Class BraintreeCaptureTransactionRequest.CaptureTransaction
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeCaptureTransactionRequest.CaptureTransaction
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeCaptureTransactionRequest
public static class BraintreeCaptureTransactionRequest.CaptureTransaction
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionBilling amount of the request.Fields used to define what will appear on a customer's bank statement for a specific purchase. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBilling amount of the request.Fields used to define what will appear on a customer's bank statement for a specific purchase.void
Billing amount of the request.void
Fields used to define what will appear on a customer's bank statement for a specific purchase.
-
Field Details
-
amount
Billing amount of the request. This value must be greater than 0, and must match the currency format of the merchant account. This can only contain numbers and one decimal point (e.g. x.xx). Can't be greater than the maximum allowed by the processor. -
descriptor
Fields used to define what will appear on a customer's bank statement for a specific purchase.
-
-
Constructor Details
-
CaptureTransaction
public CaptureTransaction()
-
-
Method Details
-
setAmount
Billing amount of the request. This value must be greater than 0, and must match the currency format of the merchant account. This can only contain numbers and one decimal point (e.g. x.xx). Can't be greater than the maximum allowed by the processor. -
setDescriptor
Fields used to define what will appear on a customer's bank statement for a specific purchase. -
getAmount
Billing amount of the request. This value must be greater than 0, and must match the currency format of the merchant account. This can only contain numbers and one decimal point (e.g. x.xx). Can't be greater than the maximum allowed by the processor. -
getDescriptor
Fields used to define what will appear on a customer's bank statement for a specific purchase.
-