Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.Refund
Packages that use BraintreeResponse.Refund
Package
Description
-
Uses of BraintreeResponse.Refund in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return BraintreeResponse.RefundModifier and TypeMethodDescriptionBraintreeResponse.RefundTransaction.getRefund()
The information about the created refund.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeResponse.RefundModifier and TypeMethodDescriptionvoid
BraintreeResponse.RefundTransaction.setRefund
(BraintreeResponse.Refund refund) The information about the created refund. -
Uses of BraintreeResponse.Refund in com.broadleafcommerce.braintree.service.requestresponse
Methods in com.broadleafcommerce.braintree.service.requestresponse with parameters of type BraintreeResponse.RefundModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmount
BraintreeRefundResponseTransformer.getRefundAmount
(BraintreeResponse.Refund refund) protected boolean
BraintreeRefundResponseTransformer.isSuccessful
(BraintreeResponse.Refund refund)