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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
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.
-