Class BraintreeReverseAuthorizeTransactionRequest.Input
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeReverseAuthorizeTransactionRequest.Input
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeReverseAuthorizeTransactionRequest
public static class BraintreeReverseAuthorizeTransactionRequest.Input
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn identifier used to reconcile requests and responses.The ID of the transaction to reverse. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn identifier used to reconcile requests and responses.The ID of the transaction to reverse.void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
setTransactionId
(String transactionId) The ID of the transaction to reverse.
-
Field Details
-
transactionId
The ID of the transaction to reverse. -
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
setTransactionId
The ID of the transaction to reverse. -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getTransactionId
The ID of the transaction to reverse. -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-