Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
uuid0e8d3881-8dc7-4d3e-b5a1-43d28be0d674
customContentId4678647901
updatedAt2024-05-01T12:53:06Z

...