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