Class Tax__1
- java.lang.Object
-
- com.ellucian.generated.eedm.accounts_payable_invoices.v11_1_0.Tax__1
-
@Generated("jsonschema2pojo") public class Tax__1 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private TaxCode__1taxCodeTax Codeprivate List<TaxCodeRate>taxCodeRatesTax Code Ratesprivate ObjectvendorAmountVendor Amount
-
Constructor Summary
Constructors Constructor Description Tax__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)TaxCode__1getTaxCode()Tax CodeList<TaxCodeRate>getTaxCodeRates()Tax Code RatesObjectgetVendorAmount()Vendor AmountinthashCode()voidsetTaxCode(TaxCode__1 taxCode)Tax CodevoidsetTaxCodeRates(List<TaxCodeRate> taxCodeRates)Tax Code RatesvoidsetVendorAmount(Object vendorAmount)Vendor AmountStringtoString()Tax__1withTaxCode(TaxCode__1 taxCode)Tax__1withTaxCodeRates(List<TaxCodeRate> taxCodeRates)Tax__1withVendorAmount(Object vendorAmount)
-
-
-
Field Detail
-
taxCode
@JsonPropertyDescription("A tax code that applies to the line item.") private TaxCode__1 taxCodeTax CodeA tax code that applies to the line item. (Required)
-
vendorAmount
@JsonPropertyDescription("The amount of taxes for the line item based on the tax code as specified by the vendor.") private Object vendorAmountVendor AmountThe amount of taxes for the line item based on the tax code as specified by the vendor.
-
taxCodeRates
@JsonPropertyDescription("The tax code rate(s) that apply to the line item.") private List<TaxCodeRate> taxCodeRatesTax Code RatesThe tax code rate(s) that apply to the line item.
-
-
Method Detail
-
getTaxCode
public TaxCode__1 getTaxCode()
Tax CodeA tax code that applies to the line item. (Required)
-
setTaxCode
public void setTaxCode(TaxCode__1 taxCode)
Tax CodeA tax code that applies to the line item. (Required)
-
withTaxCode
public Tax__1 withTaxCode(TaxCode__1 taxCode)
-
getVendorAmount
public Object getVendorAmount()
Vendor AmountThe amount of taxes for the line item based on the tax code as specified by the vendor.
-
setVendorAmount
public void setVendorAmount(Object vendorAmount)
Vendor AmountThe amount of taxes for the line item based on the tax code as specified by the vendor.
-
getTaxCodeRates
public List<TaxCodeRate> getTaxCodeRates()
Tax Code RatesThe tax code rate(s) that apply to the line item.
-
setTaxCodeRates
public void setTaxCodeRates(List<TaxCodeRate> taxCodeRates)
Tax Code RatesThe tax code rate(s) that apply to the line item.
-
withTaxCodeRates
public Tax__1 withTaxCodeRates(List<TaxCodeRate> taxCodeRates)
-
-