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 Details

    • amount

      public String 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

      public void setAmount(String 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.
    • setDescriptor

      public void setDescriptor(BraintreeCaptureTransactionRequest.TransactionDescriptor descriptor)
      Fields used to define what will appear on a customer's bank statement for a specific purchase.
    • getAmount

      public String 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.