Class LockTransactionModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.LockTransactionModel
-
public class LockTransactionModel extends java.lang.ObjectCommit this transaction as permanent
-
-
Constructor Summary
Constructors Constructor Description LockTransactionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetIsLocked()Getter for isLocked Set this value to be true to commit this transaction.voidsetIsLocked(java.lang.Boolean value)Setter for isLocked Set this value to be true to commit this transaction.java.lang.StringtoString()Returns a JSON string representation of LockTransactionModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-