| Contact | Donate | Imprint |
| Restaurant | RestaurantModule | Lieferando |
| Property | Type | Entity | Reference | Module |
| (1) AverageRating | STRING | Restaurant | ||
| (2) BrandName | STRING | Restaurant | ||
| (3) City | LONG | Restaurant | City | RestaurantModule |
| (4) CreatedAt | DATE | Restaurant | ||
| (5) DeliveryAvailable | BOOL | Restaurant | ||
| (6) DeliveryFee | STRING | Restaurant | ||
| (7) Description | STRING | Restaurant | ||
| (8) Email | STRING | Restaurant | ||
| (9) FreeDeliveryPossible | BOOL | Restaurant | ||
| (10) HouseNumber | STRING | Restaurant | ||
| (11) IsHalal | BOOL | Restaurant | ||
| (12) IsNew | BOOL | Restaurant | ||
| (13) IsOpenNow | BOOL | Restaurant | ||
| (14) IsSponsored | BOOL | Restaurant | ||
| (15) Latitude | STRING | Restaurant | ||
| (16) Longitude | STRING | Restaurant | ||
| (17) MinimumOrderAmount | STRING | Restaurant | ||
| (18) Name | STRING | Restaurant | ||
| (19) OpenFromTime | STRING | Restaurant | ||
| (20) OpenUntilTime | STRING | Restaurant | ||
| (21) PhoneNumber | STRING | Restaurant | ||
| (22) PickupAvailable | BOOL | Restaurant | ||
| (23) PostalCode | STRING | Restaurant | ||
| (24) PreparationTimeMinutes | LONG | Restaurant | ||
| (25) RatingCount | LONG | Restaurant | ||
| (26) Street | STRING | Restaurant | ||
| (27) UpdatedAt | DATE | Restaurant | ||
| (28) WebsiteUrl | STRING | Restaurant |
Example:
final Restaurant restaurant = (Restaurant) invokeModule(RESTAURANT_MODULE + "/restaurant/" + id, Restaurant.class);| Contact | Donate | Imprint |