Class BraintreeSearchTransactionRequest.TransactionId

java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeSearchTransactionRequest.TransactionId
All Implemented Interfaces:
Serializable
Enclosing class:
BraintreeSearchTransactionRequest

public static class BraintreeSearchTransactionRequest.TransactionId extends Object implements Serializable
See Also:
  • Field Details

    • is

      public String is
      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.
  • Constructor Details

    • TransactionId

      public TransactionId()
  • Method Details

    • setIs

      public void setIs(String is)
      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.
    • getIs

      public String getIs()
      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.