| Name | Type | Description | Notes |
|---|---|---|---|
| emailRequestMode | EmailRequestModeEnum | Display a popup to users requesting their email address | [optional] |
| webToAppRedirect | WebToAppRedirectEnum | Sends users to their native apps or request them to install the pwa | [optional] |
| addressEntryType | AddressEntryTypeEnum | Address entry type - TextEntryManualDisallowed is the only supported configuration | [optional] |
| displayDeliveryRestaurantListScreen | Boolean | Display Pickup Restaurant List Screen | [optional] |
| Name | Value |
|---|---|
| DONOTREQUEST | "DoNotRequest" |
| REQUEST | "Request" |
| REQUIRE | "Require" |
| Name | Value |
|---|---|
| NOREDIRECT | "NoRedirect" |
| REDIRECTONCE | "RedirectOnce" |
| REDIRECTALWAYS | "RedirectAlways" |
| SUGGESTPWA | "SuggestPwa" |
| FORCEPWA | "ForcePwa" |
| Name | Value |
|---|---|
| MAPFIRST | "MapFirst" |
| TEXTENTRYMANUALALLOWED | "TextEntryManualAllowed" |
| TEXTENTRYMANUALDISALLOWED | "TextEntryManualDisallowed" |