| Contact | Donate | Imprint |
| AirportTransferProduct | AirportModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) AirportTransferProvider | INT | AirportTransferProduct | AirportTransferProvider | PartnerAccountModule |
| (2) Description | STRING | AirportTransferProduct | ||
| (3) DestinationAirport | INT | AirportTransferProduct | Airport | AirportModule |
| (4) DestinationCity | INT | AirportTransferProduct | LocationCity | LocationCityModule |
| (5) MaxPassengers | INT | AirportTransferProduct | ||
| (6) Name | STRING | AirportTransferProduct | ||
| (7) OriginAirport | INT | AirportTransferProduct | Airport | AirportModule |
| (8) OriginCity | INT | AirportTransferProduct | LocationCity | LocationCityModule |
| (9) VehicleType | STRING | AirportTransferProduct |
Example:
final AirportTransferProduct airporttransferproduct = (AirportTransferProduct) invokeModule(AIRPORT_MODULE + "/airporttransferproduct/" + id, AirportTransferProduct.class);| Contact | Donate | Imprint |