Class BraintreeSearchTransactionRequest.Input
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeSearchTransactionRequest.Input
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeSearchTransactionRequest
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionInput fields for the charge, with details that will define the resulting transaction.ID of a payment method to be charged. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Input fields for the charge, with details that will define the resulting transaction.ID of a payment method to be charged.void
Input fields for the charge, with details that will define the resulting transaction.void
setPaymentMethodId
(String paymentMethodId) ID of a payment method to be charged.
-
Field Details
-
paymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
id
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
-
setPaymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
setId
Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method -
getPaymentMethodId
ID of a payment method to be charged. More details: Charge Payment Method -
getId
Input fields for the charge, with details that will define the resulting transaction. More details: Charge Payment Method
-