Class CommitTransactionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CommitTransactionModel
-
public class CommitTransactionModel extends java.lang.Object
Commit this transaction as permanent so that it can be reported on a tax filing.
-
-
Constructor Summary
Constructors Constructor Description CommitTransactionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getCommit()
Getter for commit Set this value to be `true` to commit this transaction.void
setCommit(java.lang.Boolean value)
Setter for commit Set this value to be `true` to commit this transaction.java.lang.String
toString()
Returns a JSON string representation of CommitTransactionModel
-
-
-
Method Detail
-
getCommit
public java.lang.Boolean 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
public void setCommit(java.lang.Boolean value)
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
public java.lang.String toString()
Returns a JSON string representation of CommitTransactionModel- Overrides:
toString
in classjava.lang.Object
-
-