Class BraintreeResponse.ChargePaymentMethod
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.ChargePaymentMethod
- 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.voidsetClientMutationId(String clientMutationId) An identifier used to reconcile requests and responses.voidsetTransaction(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
-
ChargePaymentMethod
public ChargePaymentMethod()
-
-
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
-