Class TransactionLineTaxAmountByTaxTypeModel

java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineTaxAmountByTaxTypeModel

public class TransactionLineTaxAmountByTaxTypeModel extends Object
Represents a transaction parameter.
  • Constructor Details

    • TransactionLineTaxAmountByTaxTypeModel

      public TransactionLineTaxAmountByTaxTypeModel()
  • Method Details

    • getTaxTypeId

      public String getTaxTypeId()
      Getter for taxTypeId The name of the TaxType.
    • setTaxTypeId

      public void setTaxTypeId(String value)
      Setter for taxTypeId The name of the TaxType.
    • getTaxAmount

      public BigDecimal getTaxAmount()
      Getter for taxAmount The value of the TaxOverrideAmount.
    • setTaxAmount

      public void setTaxAmount(BigDecimal value)
      Setter for taxAmount The value of the TaxOverrideAmount.
    • toString

      public String toString()
      Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel
      Overrides:
      toString in class Object