| Contact | Donate | Imprint |
| RoomType | RoomTypeModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) BedConfiguration | STRING | RoomType | ||
| (2) CreatedAt | DATE | RoomType | ||
| (3) Description | STRING | RoomType | ||
| (4) MaxAdults | INT | RoomType | ||
| (5) MaxChildren | INT | RoomType | ||
| (6) MaxOccupancy | INT | RoomType | ||
| (7) Name | STRING | RoomType | ||
| (8) Property | INT | RoomType | Property | PropertyModule |
| (9) RoomTypeCategory | INT | RoomType | RoomTypeCategory | CarRentalLocationModule |
| (10) SizeSquareMeters | STRING | RoomType |
Example:
final RoomType roomtype = (RoomType) invokeModule(ROOM_TYPE_MODULE + "/roomtype/" + id, RoomType.class);| Contact | Donate | Imprint |