Class CommitTransactionModel

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

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

    Constructors 
    Constructor Description
    CommitTransactionModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean getCommit()
    Getter for commit Set this value to be `true` to commit this transaction.
    void setCommit​(java.lang.Boolean value)
    Setter for commit Set this value to be `true` to commit this transaction.
    java.lang.String toString()
    Returns a JSON string representation of CommitTransactionModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCommit

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