Class BraintreeResponse.RefundTransaction
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.RefundTransaction
- 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.The information about the created refund.void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
setRefund
(BraintreeResponse.Refund refund) The information about the created refund.
-
Field Details
-
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
RefundTransaction
public RefundTransaction()
-
-
Method Details
-
setRefund
The information about the created refund. -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getRefund
The information about the created refund. -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-