| Contact | Donate | Imprint |
| Booking | BookingModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) Channel | STRING | Booking | ||
| (2) CreatedAt | DATE | Booking | ||
| (3) Currency | INT | Booking | Currency | CurrencyModule |
| (4) DisplayAmount | STRING | Booking | ||
| (5) Status | STRING | Booking | ||
| (6) TotalAmount | STRING | Booking | ||
| (7) UpdatedAt | DATE | Booking | ||
| (8) UserAccount | INT | Booking | UserAccount | UserAccountModule |
Example:
final Booking booking = (Booking) invokeModule(BOOKING_MODULE + "/booking/" + id, Booking.class);| Contact | Donate | Imprint |