Class BraintreeResponse.ReverseTransaction
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.ReverseTransaction
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn identifier used to reconcile requests and responses. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn identifier used to reconcile requests and responses.A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
setReversal
(BraintreeResponse.Transaction reversal) A transaction (if the original transaction was voided) or refund (if the original transaction was refunded).
-
Field Details
-
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
ReverseTransaction
public ReverseTransaction()
-
-
Method Details
-
setReversal
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded). A reversal will attempt to void the original transaction if it has not yet settled. If the original transaction has settled, a reversal will create a refund for the full amount. -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getReversal
A transaction (if the original transaction was voided) or refund (if the original transaction was refunded). A reversal will attempt to void the original transaction if it has not yet settled. If the original transaction has settled, a reversal will create a refund for the full amount. -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-