Class BraintreeRefundTransactionRequest.Input
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeRefundTransactionRequest.Input
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeRefundTransactionRequest
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn identifier used to reconcile requests and responses.Wrapper object for refund dataID of the transaction to be refunded. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn identifier used to reconcile requests and responses.Wrapper object for refund dataID of the transaction to be refunded.void
setClientMutationId
(String clientMutationId) An identifier used to reconcile requests and responses.void
Wrapper object for refund datavoid
setTransactionId
(String transactionId) ID of the transaction to be refunded.
-
Field Details
-
transactionId
ID of the transaction to be refunded. -
refund
Wrapper object for refund data -
clientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
setTransactionId
ID of the transaction to be refunded. -
setRefund
Wrapper object for refund data -
setClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId -
getTransactionId
ID of the transaction to be refunded. -
getRefund
Wrapper object for refund data -
getClientMutationId
An identifier used to reconcile requests and responses. 255 characters maximum. Used for storing transactionReferenceId
-