Class VerifyTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.VerifyTransactionModel
Verify this transaction by matching it to values in your accounting system.
You may specify one or more of the following fields to verify: `date`, `totalAmount`, or `totalTax`.
This call will report an error if there is any difference between the data stored in AvaTax and
the data stored in your accounting system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for verifyTotalAmount Set this value if you wish to verify a match between `verifyTotalAmount` and the `totalAmount` value on the transaction recorded in AvaTax.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.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
(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
(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
(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.toString()
Returns a JSON string representation of VerifyTransactionModel
-
Constructor Details
-
VerifyTransactionModel
public VerifyTransactionModel()
-
-
Method Details
-
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. If you leave this field empty, we will skip verification for this field. -
setVerifyTransactionDate
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. If you leave this field empty, we will skip verification for this field. -
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. If you leave this field empty, we will skip verification for this field. -
setVerifyTotalAmount
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. If you leave this field empty, we will skip verification for this field. -
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. If you leave this field empty, we will skip verification for this field. -
setVerifyTotalTax
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. If you leave this field empty, we will skip verification for this field. -
toString
Returns a JSON string representation of VerifyTransactionModel
-