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__1
taxCode
Tax Codeprivate List<TaxCodeRate>
taxCodeRates
Tax Code Ratesprivate Object
vendorAmount
Vendor Amount
-
Constructor Summary
Constructors Constructor Description Tax__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
TaxCode__1
getTaxCode()
Tax CodeList<TaxCodeRate>
getTaxCodeRates()
Tax Code RatesObject
getVendorAmount()
Vendor Amountint
hashCode()
void
setTaxCode(TaxCode__1 taxCode)
Tax Codevoid
setTaxCodeRates(List<TaxCodeRate> taxCodeRates)
Tax Code Ratesvoid
setVendorAmount(Object vendorAmount)
Vendor AmountString
toString()
Tax__1
withTaxCode(TaxCode__1 taxCode)
Tax__1
withTaxCodeRates(List<TaxCodeRate> taxCodeRates)
Tax__1
withVendorAmount(Object vendorAmount)
-
-
-
Field Detail
-
taxCode
@JsonPropertyDescription("A tax code that applies to the line item.") private TaxCode__1 taxCode
Tax 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 vendorAmount
Vendor 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> taxCodeRates
Tax 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)
-
-