Class TransactionLineTaxAmountByTaxTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineTaxAmountByTaxTypeModel
Represents a transaction parameter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for taxAmount The value of the TaxOverrideAmount.Getter for taxTypeId The name of the TaxType.voidsetTaxAmount(BigDecimal value) Setter for taxAmount The value of the TaxOverrideAmount.voidsetTaxTypeId(String value) Setter for taxTypeId The name of the TaxType.toString()Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel
-
Constructor Details
-
TransactionLineTaxAmountByTaxTypeModel
public TransactionLineTaxAmountByTaxTypeModel()
-
-
Method Details
-
getTaxTypeId
Getter for taxTypeId The name of the TaxType. -
setTaxTypeId
Setter for taxTypeId The name of the TaxType. -
getTaxAmount
Getter for taxAmount The value of the TaxOverrideAmount. -
setTaxAmount
Setter for taxAmount The value of the TaxOverrideAmount. -
toString
Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel
-