Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.Amount
Packages that use BraintreeResponse.Amount
-
Uses of BraintreeResponse.Amount in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return BraintreeResponse.AmountModifier and TypeMethodDescriptionBraintreeResponse.Refund.getAmount()The amount that will be refunded, which can be less than or equal to the original charge amount.BraintreeResponse.Transaction.getAmount()The amount charged in this transaction.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeResponse.AmountModifier and TypeMethodDescriptionvoidBraintreeResponse.Refund.setAmount(BraintreeResponse.Amount amount) The amount that will be refunded, which can be less than or equal to the original charge amount.voidBraintreeResponse.Transaction.setAmount(BraintreeResponse.Amount amount) The amount charged in this transaction.