Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.81 KB

File metadata and controls

18 lines (15 loc) · 1.81 KB

Flipdish.Model.AppConfigUpdateModel

Properties

Name Type Description Notes
Name string App name. This is used in various places on the Apple App Store, Google Play Store, mobile apps and websites. [optional]
HostName string HostName on which the web-ordering system is allowed to be hosted or that a Flipdish website is hosted on. [optional]
MainColor string Main color of the web / Android / iOS applications [optional]
KioskPrimaryColour string Primary colour used on the Kiosk [optional]
ApplicationCategory string Application Category [optional]
IsPanaceaEnabled bool? Panacea is the term used for websites that are hosted on the my.flipdish.com domain. This value is true when the App's website is hosted on this domain. The alternative to using Panacea websites is to use a custom domain. [optional]
PanaceaVanityUrl string In case of IsPanaceaEnabled is true, the app can be accessed via https://my.flipdish.com/{PanaceaVanityUrl} [optional]
CookieConsentPromptEnabled bool? Cookie Consent Prompt Enabled [optional]
LogoImageUrl string Logo image URL [optional]
CountryId string Country identifier in ISO 3166-1 alpha-2 format. This code is set automatically based on the locations of the Stores in the App. The App Country is used - to determine how to parse mobile phone numbers that are entered in their local numbering format - to determine if country specific payment methods should be offered - in various fraud checks [optional]

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