| Contact | Donate | Imprint |
| Currency | CurrencyModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) Code | STRING | Currency | ||
| (2) IsActive | BOOL | Currency | ||
| (3) Name | STRING | Currency | ||
| (4) Symbol | STRING | Currency |
Example:
final Currency currency = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + id, Currency.class);| Contact | Donate | Imprint |