Class BraintreeResponse.Amount
java.lang.Object
com.broadleafcommerce.braintree.domain.BraintreeResponse.Amount
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BraintreeResponse
A monetary amount with currency.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details
-
setValue
The amount of money, either a whole number or a number with up to 3 decimal places. -
getValue
The amount of money, either a whole number or a number with up to 3 decimal places.
-