Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.StatusHistory
Packages that use BraintreeResponse.StatusHistory
-
Uses of BraintreeResponse.StatusHistory in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return types with arguments of type BraintreeResponse.StatusHistoryModifier and TypeMethodDescriptionBraintreeResponse.Transaction.getStatusHistory()The records of all statuses this transaction has passed through, with additional information on why each status occurred.Method parameters in com.broadleafcommerce.braintree.domain with type arguments of type BraintreeResponse.StatusHistoryModifier and TypeMethodDescriptionvoidBraintreeResponse.Transaction.setStatusHistory(List<BraintreeResponse.StatusHistory> statusHistory) The records of all statuses this transaction has passed through, with additional information on why each status occurred.