Class TaxDetailsByTaxType
java.lang.Object
net.avalara.avatax.rest.client.models.TaxDetailsByTaxType
Tax Details by Tax Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for taxSubTypeDetails Tax subtype detailsGetter for taxType Tax TypeGetter for totalExempt Total exempt by tax typeGetter for totalNonTaxable Total non taxable by tax typeGetter for totalTax Total tax by tax typeGetter for totalTaxable Total taxable amount by tax typevoidSetter for taxSubTypeDetails Tax subtype detailsvoidsetTaxType(String value) Setter for taxType Tax TypevoidsetTotalExempt(BigDecimal value) Setter for totalExempt Total exempt by tax typevoidsetTotalNonTaxable(BigDecimal value) Setter for totalNonTaxable Total non taxable by tax typevoidsetTotalTax(BigDecimal value) Setter for totalTax Total tax by tax typevoidsetTotalTaxable(BigDecimal value) Setter for totalTaxable Total taxable amount by tax typetoString()Returns a JSON string representation of TaxDetailsByTaxType
-
Constructor Details
-
TaxDetailsByTaxType
public TaxDetailsByTaxType()
-
-
Method Details
-
getTaxType
Getter for taxType Tax Type -
setTaxType
Setter for taxType Tax Type -
getTotalTaxable
Getter for totalTaxable Total taxable amount by tax type -
setTotalTaxable
Setter for totalTaxable Total taxable amount by tax type -
getTotalExempt
Getter for totalExempt Total exempt by tax type -
setTotalExempt
Setter for totalExempt Total exempt by tax type -
getTotalNonTaxable
Getter for totalNonTaxable Total non taxable by tax type -
setTotalNonTaxable
Setter for totalNonTaxable Total non taxable by tax type -
getTotalTax
Getter for totalTax Total tax by tax type -
setTotalTax
Setter for totalTax Total tax by tax type -
getTaxSubTypeDetails
Getter for taxSubTypeDetails Tax subtype details -
setTaxSubTypeDetails
Setter for taxSubTypeDetails Tax subtype details -
toString
Returns a JSON string representation of TaxDetailsByTaxType
-