Class LockTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.LockTransactionModel
public class LockTransactionModel
extends java.lang.Object
Commit this transaction as permanent
-
Constructor Summary
Constructors Constructor Description LockTransactionModel()
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getIsLocked()
Getter for isLocked Set this value to be true to commit this transaction.void
setIsLocked(java.lang.Boolean value)
Setter for isLocked Set this value to be true to commit this transaction.java.lang.String
toString()
Returns a JSON string representation of LockTransactionModel
-
Constructor Details
-
LockTransactionModel
public LockTransactionModel()
-
-
Method Details
-
getIsLocked
public java.lang.Boolean 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
public void setIsLocked(java.lang.Boolean value)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
public java.lang.String toString()Returns a JSON string representation of LockTransactionModel- Overrides:
toString
in classjava.lang.Object
-