Class BraintreeResponse.CaptureTransaction
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.CaptureTransaction
- 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 transaction representing the charge on the payment method.void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
setTransaction
(BraintreeResponse.Transaction transaction) The transaction representing the charge on the payment method.
-
Field Details
-
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
CaptureTransaction
public CaptureTransaction()
-
-
Method Details
-
setTransaction
The transaction representing the charge on the payment method. -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getTransaction
The transaction representing the charge on the payment method. -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-