Class TransactionLineTaxAmountByTaxTypeModel


  • public class TransactionLineTaxAmountByTaxTypeModel
    extends java.lang.Object
    Represents a transaction parameter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • TransactionLineTaxAmountByTaxTypeModel

        public TransactionLineTaxAmountByTaxTypeModel()
    • Method Detail

      • 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