Uses of Class
com.broadleafcommerce.braintree.domain.BraintreeResponse.Transaction
Packages that use BraintreeResponse.Transaction
Package
Description
-
Uses of BraintreeResponse.Transaction in com.broadleafcommerce.braintree.domain
Methods in com.broadleafcommerce.braintree.domain that return BraintreeResponse.TransactionModifier and TypeMethodDescriptionBraintreeResponse.Edge.getNode()A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).BraintreeResponse.Refund.getRefundedTransaction()The original transaction that this refunds.BraintreeResponse.ReverseTransaction.getReversal()A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).BraintreeResponse.AuthorizePaymentMethod.getTransaction()The transaction representing the charge on the payment method.BraintreeResponse.CaptureTransaction.getTransaction()The transaction representing the charge on the payment method.BraintreeResponse.ChargePaymentMethod.getTransaction()The transaction representing the charge on the payment method.Methods in com.broadleafcommerce.braintree.domain with parameters of type BraintreeResponse.TransactionModifier and TypeMethodDescriptionvoidBraintreeResponse.Edge.setNode(BraintreeResponse.Transaction node) A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).voidBraintreeResponse.Refund.setRefundedTransaction(BraintreeResponse.Transaction refundedTransaction) The original transaction that this refunds.voidBraintreeResponse.ReverseTransaction.setReversal(BraintreeResponse.Transaction reversal) A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).voidBraintreeResponse.AuthorizePaymentMethod.setTransaction(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method.voidBraintreeResponse.CaptureTransaction.setTransaction(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method.voidBraintreeResponse.ChargePaymentMethod.setTransaction(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method. -
Uses of BraintreeResponse.Transaction in com.broadleafcommerce.braintree.service.requestresponse
Methods in com.broadleafcommerce.braintree.service.requestresponse with parameters of type BraintreeResponse.TransactionModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmountAbstractBraintreeResponseTransformer.getTransactionAmount(BraintreeResponse.Transaction transaction) protected booleanBraintreeAuthorizeAndCaptureResponseTransformer.isSuccessful(BraintreeResponse.Transaction transaction) protected booleanBraintreeAuthorizeResponseTransformer.isSuccessful(BraintreeResponse.Transaction transaction) protected booleanBraintreeCaptureResponseTransformer.isSuccessful(BraintreeResponse.Transaction transaction) protected booleanBraintreeReverseAuthorizeResponseTransformer.isSuccessful(BraintreeResponse.Transaction transaction)