Class CommitTransactionModel

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

public class CommitTransactionModel extends Object
Commit this transaction as permanent so that it can be reported on a tax filing.
  • Constructor Details

    • CommitTransactionModel

      public CommitTransactionModel()
  • Method Details

    • getCommit

      public Boolean getCommit()
      Getter for commit Set this value to be `true` to commit this transaction. Committing a transaction allows it to be reported on a tax filing. Uncommitted transactions will not be reported.
    • setCommit

      public void setCommit(Boolean value)
      Setter for commit Set this value to be `true` to commit this transaction. Committing a transaction allows it to be reported on a tax filing. Uncommitted transactions will not be reported.
    • toString

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