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 TypeMethodDescriptionvoid
BraintreeResponse.Edge.setNode
(BraintreeResponse.Transaction node) A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).void
BraintreeResponse.Refund.setRefundedTransaction
(BraintreeResponse.Transaction refundedTransaction) The original transaction that this refunds.void
BraintreeResponse.ReverseTransaction.setReversal
(BraintreeResponse.Transaction reversal) A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).void
BraintreeResponse.AuthorizePaymentMethod.setTransaction
(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method.void
BraintreeResponse.CaptureTransaction.setTransaction
(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method.void
BraintreeResponse.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.MonetaryAmount
AbstractBraintreeResponseTransformer.getTransactionAmount
(BraintreeResponse.Transaction transaction) protected boolean
BraintreeAuthorizeAndCaptureResponseTransformer.isSuccessful
(BraintreeResponse.Transaction transaction) protected boolean
BraintreeAuthorizeResponseTransformer.isSuccessful
(BraintreeResponse.Transaction transaction) protected boolean
BraintreeCaptureResponseTransformer.isSuccessful
(BraintreeResponse.Transaction transaction) protected boolean
BraintreeReverseAuthorizeResponseTransformer.isSuccessful
(BraintreeResponse.Transaction transaction)