Class BraintreeResponse.StatusHistory
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.StatusHistory
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
Status event in the lifecycle of a payment.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNew status of the payment.Whether this is the final state for the payment.void
New status of the payment.void
setTerminal
(String terminal) Whether this is the final state for the payment.
-
Constructor Details
-
StatusHistory
public StatusHistory()
-
-
Method Details
-
setTerminal
Whether this is the final state for the payment. If false, this transaction will pass into another subsequent state. -
setStatus
New status of the payment. -
getTerminal
Whether this is the final state for the payment. If false, this transaction will pass into another subsequent state. -
getStatus
New status of the payment.
-