Record
business-booking-profile
No description available.
record business-booking-profile {
allow-user-cancel: option<bool>,
booking-enabled: option<bool>,
booking-policy: option<string>,
business-appointment-settings: option<business-appointment-settings>,
created-at: option<string>,
customer-timezone-choice: option<string>,
seller-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-user-cancel | option<bool> | |
| booking-enabled | option<bool> | |
| booking-policy | option<string> | |
| business-appointment-settings | option<business-appointment-settings> | |
| created-at | option<string> | |
| customer-timezone-choice | option<string> | |
| seller-id | option<string> |