public class VerifyTransactionModel
extends java.lang.Object
Constructor and Description |
---|
VerifyTransactionModel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getVerifyTotalAmount()
Getter for verifyTotalAmount
Set this value if you wish to verify a match between `verifyTotalAmount` and
the `totalAmount` value on the transaction recorded in AvaTax.
|
java.math.BigDecimal |
getVerifyTotalTax()
Getter for verifyTotalTax
Set this value if you wish to verify a match between `verifyTotalTax` and
the `totalTax` value on the transaction recorded in AvaTax.
|
java.util.Date |
getVerifyTransactionDate()
Getter for verifyTransactionDate
Set this value if you wish to verify a match between `verifyTransactionDate` and
the `documentDate` value on the transaction recorded in AvaTax.
|
void |
setVerifyTotalAmount(java.math.BigDecimal value)
Setter for verifyTotalAmount
Set this value if you wish to verify a match between `verifyTotalAmount` and
the `totalAmount` value on the transaction recorded in AvaTax.
|
void |
setVerifyTotalTax(java.math.BigDecimal value)
Setter for verifyTotalTax
Set this value if you wish to verify a match between `verifyTotalTax` and
the `totalTax` value on the transaction recorded in AvaTax.
|
void |
setVerifyTransactionDate(java.util.Date value)
Setter for verifyTransactionDate
Set this value if you wish to verify a match between `verifyTransactionDate` and
the `documentDate` value on the transaction recorded in AvaTax.
|
java.lang.String |
toString()
Returns a JSON string representation of VerifyTransactionModel
|
public java.util.Date getVerifyTransactionDate()
public void setVerifyTransactionDate(java.util.Date value)
public java.math.BigDecimal getVerifyTotalAmount()
public void setVerifyTotalAmount(java.math.BigDecimal value)
public java.math.BigDecimal getVerifyTotalTax()
public void setVerifyTotalTax(java.math.BigDecimal value)
public java.lang.String toString()
toString
in class java.lang.Object