Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.26 KB

File metadata and controls

19 lines (16 loc) · 1.26 KB

Flipdish.Model.Restaurant

Properties

Name Type Description Notes
WhiteLabelConfigs List<WhiteLabelConfig> Collection of white label configurations [optional]
VirtualRestaurantId int? Virtual restaurant identifier [optional]
VirtualRestaurantName string Virtual restaurant name [optional]
VirtualRestaurantUrl string Virtual restaurant URL [optional]
PhysicalRestaurantId int? Physical restaurant identifier [optional]
PhysicalRestaurantName string Physical restaurant name [optional]
PhysicalRestaurantAddress string Physical restaurant address [optional]
MenuId int? Menu identifier [optional]
IsArchived bool? Indicates if the restaurant is archived [optional]
IsPublished bool? Indicates if the restaurant is published [optional]
FlipdishStripeCustomConnectedAccounts List<int?> List of Flipdish Stripe custom connected account identifiers [optional]

[Back to Model list] [Back to API list] [Back to README]