| Contact | Donate | Imprint |
| AirportTransferBooking | BookingModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) AirportTransferProduct | INT | AirportTransferBooking | AirportTransferProduct | AirportModule |
| (2) Booking | INT | AirportTransferBooking | Booking | BookingModule |
| (3) Currency | INT | AirportTransferBooking | Currency | CurrencyModule |
| (4) DropoffAddress | STRING | AirportTransferBooking | ||
| (5) Passengers | INT | AirportTransferBooking | ||
| (6) PickupAddress | STRING | AirportTransferBooking | ||
| (7) PickupDateTime | DATE | AirportTransferBooking | ||
| (8) TotalAmount | STRING | AirportTransferBooking |
Example:
final AirportTransferBooking airporttransferbooking = (AirportTransferBooking) invokeModule(BOOKING_MODULE + "/airporttransferbooking/" + id, AirportTransferBooking.class);| Contact | Donate | Imprint |