Class BraintreeResponse.StatusHistory

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.StatusHistory
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeResponse

public static class BraintreeResponse.StatusHistory extends Object implements Serializable
Status event in the lifecycle of a payment.
See Also:
  • Constructor Details

    • StatusHistory

      public StatusHistory()
  • Method Details

    • setTerminal

      public void setTerminal(String terminal)
      Whether this is the final state for the payment. If false, this transaction will pass into another subsequent state.
    • setStatus

      public void setStatus(String status)
      New status of the payment.
    • getTerminal

      public String getTerminal()
      Whether this is the final state for the payment. If false, this transaction will pass into another subsequent state.
    • getStatus

      public String getStatus()
      New status of the payment.