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 TypeMethodDescriptionvoidBraintreeResponse.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.MonetaryAmountBraintreeRefundResponseTransformer.getRefundAmount(BraintreeResponse.Refund refund) protected booleanBraintreeRefundResponseTransformer.isSuccessful(BraintreeResponse.Refund refund)