Class BulkLockTransactionModel

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

public class BulkLockTransactionModel extends Object
Bulk lock documents model
  • Constructor Details

    • BulkLockTransactionModel

      public BulkLockTransactionModel()
  • Method Details

    • getDocumentIds

      public ArrayList<Long> getDocumentIds()
      Getter for documentIds List of documents to lock
    • setDocumentIds

      public void setDocumentIds(ArrayList<Long> value)
      Setter for documentIds List of documents to lock
    • getIsLocked

      public Boolean getIsLocked()
      Getter for isLocked The lock status to set for the documents designated in this API
    • setIsLocked

      public void setIsLocked(Boolean value)
      Setter for isLocked The lock status to set for the documents designated in this API
    • toString

      public String toString()
      Returns a JSON string representation of BulkLockTransactionModel
      Overrides:
      toString in class Object