| Interface | Description |
|---|---|
| CurrencyBook |
This
Java interface specifies a currency book that keeps the currencies available in your client application;
The currency list can be updated by the instances of the connected SAP CC Core Server system. |
| CurrencyBookNotifier.ICurrencyBookNotifier |
This
Java interface defines the methods that can be implemented to customize the behavior of your application. |
| Class | Description |
|---|---|
| Currency |
The
Java class represents an ISO defined or user defined currency
(such as free mileage). |
| CurrencyBookNotifier |
This
Java class represents a currency book notifier that keeps the currencies used in a client
application. |
| CurrencyHelper |
This
Java class is a tool to work with currencies. |
| CurrencyMapBook |
A
CurrencyMapBook keeps the currencies that can be used in an
application. |
| Money |
Money is an immutable representing an amount of money with
an arbitrary precision.
|
| PropertyCurrencyBook |
A
PropertyCurrencyBook keeps the currencies that can be used in your client
application; The currencies are stored in a property resources. |
| Exception | Description |
|---|---|
| CurrencyBookNotInitializedException |
Runtime exception thrown when the
currency book of a currency is not initialized. |
| IncompatibleCurrenciesException |
Exception can be raised if the
currencies are incompatible. |