Class LockTransactionModel

java.lang.Object
net.avalara.avatax.rest.client.models.LockTransactionModel

public class LockTransactionModel extends Object
Commit this transaction as permanent
  • Constructor Details

    • LockTransactionModel

      public LockTransactionModel()
  • Method Details

    • getIsLocked

      public 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(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 String toString()
      Returns a JSON string representation of LockTransactionModel
      Overrides:
      toString in class Object