Class Money
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Money
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe three-character ISO-4217 currency code that identifies the currency.getValue()
The value, which might be: An integer for currencies like JPY that are not typically fractional. A decimal fraction for currencies like TND that are subdivided into thousandths. For the required number of decimal places for a currency code, see Currency Codes.void
setCurrencyCode
(String currencyCode) The three-character ISO-4217 currency code that identifies the currency.void
The value, which might be: An integer for currencies like JPY that are not typically fractional. A decimal fraction for currencies like TND that are subdivided into thousandths. For the required number of decimal places for a currency code, see Currency Codes.
-
Constructor Details
-
Money
public Money()
-
-
Method Details
-
setCurrencyCode
The three-character ISO-4217 currency code that identifies the currency. -
setValue
The value, which might be:- An integer for currencies like JPY that are not typically fractional.
- A decimal fraction for currencies like TND that are subdivided into thousandths.
-
getCurrencyCode
The three-character ISO-4217 currency code that identifies the currency. -
getValue
The value, which might be:- An integer for currencies like JPY that are not typically fractional.
- A decimal fraction for currencies like TND that are subdivided into thousandths.
-