Class CommitTransactionModel


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • CommitTransactionModel

        public CommitTransactionModel()
    • Method Detail

      • 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