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.BigDecimal getTaxAmount()
    Getter for taxAmount The value of the TaxOverrideAmount.
    java.lang.String getTaxTypeId()
    Getter for taxTypeId The name of the TaxType.
    void setTaxAmount​(java.math.BigDecimal value)
    Setter for taxAmount The value of the TaxOverrideAmount.
    void setTaxTypeId​(java.lang.String value)
    Setter for taxTypeId The name of the TaxType.
    java.lang.String toString()
    Returns a JSON string representation of TransactionLineTaxAmountByTaxTypeModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      toString in class java.lang.Object