Class CommitTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.CommitTransactionModel
Commit this transaction as permanent so that it can be reported on a tax filing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for commit Set this value to be `true` to commit this transaction.void
Setter for commit Set this value to be `true` to commit this transaction.toString()
Returns a JSON string representation of CommitTransactionModel
-
Constructor Details
-
CommitTransactionModel
public CommitTransactionModel()
-
-
Method Details
-
getCommit
Getter for commit Set this value to be `true` to commit this transaction. Committing a transaction allows it to be reported on a tax filing. Uncommitted transactions will not be reported. -
setCommit
Setter for commit Set this value to be `true` to commit this transaction. Committing a transaction allows it to be reported on a tax filing. Uncommitted transactions will not be reported. -
toString
Returns a JSON string representation of CommitTransactionModel
-