Class BraintreeRefundTransactionRequest.Refund
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeRefundTransactionRequest.Refund
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeRefundTransactionRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount to refund.The refund's order ID.void
The amount to refund.void
setOrderId
(String orderId) The refund's order ID.
-
Field Details
-
amount
The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction. -
orderId
The refund's order ID. Defaults to the order ID of the original transaction.
-
-
Constructor Details
-
Refund
public Refund()
-
-
Method Details
-
setAmount
The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction. -
setOrderId
The refund's order ID. Defaults to the order ID of the original transaction. -
getAmount
The amount to refund. Must be less than or equal to the amount of the original transaction. Defaults to the total amount of the original transaction. -
getOrderId
The refund's order ID. Defaults to the order ID of the original transaction.
-