Class LockTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.LockTransactionModel
Commit this transaction as permanent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for isLocked Set this value to be true to commit this transaction.void
setIsLocked
(Boolean value) Setter for isLocked Set this value to be true to commit this transaction.toString()
Returns a JSON string representation of LockTransactionModel
-
Constructor Details
-
LockTransactionModel
public LockTransactionModel()
-
-
Method Details
-
getIsLocked
Getter for isLocked Set this value to be true to commit this transaction. Committing a transaction allows it to be reported on a tax return. Uncommitted transactions will not be reported. -
setIsLocked
Setter for isLocked Set this value to be true to commit this transaction. Committing a transaction allows it to be reported on a tax return. Uncommitted transactions will not be reported. -
toString
Returns a JSON string representation of LockTransactionModel
-