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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
isBilling 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- 
TransactionIdpublic TransactionId()
 
- 
- 
Method Details- 
setIsBilling 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.
- 
getIsBilling 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.
 
-