Class SettleTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.SettleTransactionModel
Settle this transaction with your ledger by executing one or many actions against that transaction.
You may use this endpoint to verify the transaction, change the transaction's code, and commit the transaction for reporting purposes.
This endpoint may be used to execute any or all of these actions at once.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for changeCodeGetter for commitGetter for verifyvoid
Setter for changeCodevoid
setCommit
(CommitTransactionModel value) Setter for commitvoid
setVerify
(VerifyTransactionModel value) Setter for verifytoString()
Returns a JSON string representation of SettleTransactionModel
-
Constructor Details
-
SettleTransactionModel
public SettleTransactionModel()
-
-
Method Details