Class BraintreeAuthorizeTransactionRequest.Input
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeAuthorizeTransactionRequest.Input
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeAuthorizeTransactionRequest
public static class BraintreeAuthorizeTransactionRequest.Input
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn identifier used to reconcile requests and responses.ID of a payment method to be charged.Input fields for the charge, with details that will define the resulting transaction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn identifier used to reconcile requests and responses.ID of a payment method to be charged.Input fields for the charge, with details that will define the resulting transaction.void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
setPaymentMethodId
(String paymentMethodId) ID of a payment method to be charged.void
Input fields for the charge, with details that will define the resulting transaction.
-
Field Details
-
paymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
transaction
Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method -
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
setPaymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
setTransaction
Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getPaymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
getTransaction
Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-