Class TransactionLineTaxAmountByTaxTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineTaxAmountByTaxTypeModel
public class TransactionLineTaxAmountByTaxTypeModel
extends java.lang.Object
Represents a transaction parameter.
-
Constructor Summary
Constructors Constructor Description TransactionLineTaxAmountByTaxTypeModel() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetTaxAmount()Getter for taxAmount The value of the TaxOverrideAmount.java.lang.StringgetTaxTypeId()Getter for taxTypeId The name of the TaxType.voidsetTaxAmount(java.math.BigDecimal value)Setter for taxAmount The value of the TaxOverrideAmount.voidsetTaxTypeId(java.lang.String value)Setter for taxTypeId The name of the TaxType.java.lang.StringtoString()Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel
-
Constructor Details
-
TransactionLineTaxAmountByTaxTypeModel
public TransactionLineTaxAmountByTaxTypeModel()
-
-
Method Details
-
getTaxTypeId
public java.lang.String getTaxTypeId()Getter for taxTypeId The name of the TaxType. -
setTaxTypeId
public void setTaxTypeId(java.lang.String value)Setter for taxTypeId The name of the TaxType. -
getTaxAmount
public java.math.BigDecimal getTaxAmount()Getter for taxAmount The value of the TaxOverrideAmount. -
setTaxAmount
public void setTaxAmount(java.math.BigDecimal value)Setter for taxAmount The value of the TaxOverrideAmount. -
toString
public java.lang.String toString()Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel- Overrides:
toStringin classjava.lang.Object
-