...
This is the Delivery flow with the query to get the physical payment limitation.
The example of return listBySearchParams query:
Code Block |
---|
IRbiRestaurant {
storeId: string
available: boolean
curbsideHours?: IHoursOfOperation
…
rules?: {
flagRuleOne?: true // Flag to active or desactive the rule
ruleOne?: 50.00 // rule value
flagRuleTwo?: false // Flag to active or desactive the rule
ruleTwo?: 00 // rule value
flagRuleThree?: // Flag to active or desactive the rule, it doesn’t have other value
}
…
} |
Zenuml sequence macro lite | ||||||
---|---|---|---|---|---|---|
| ||||||
...