Wasm Directoryalpha
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

NameTypeDescription
allow-user-canceloption​<bool>
booking-enabledoption​<bool>
booking-policyoption​<string>
business-appointment-settingsoption​<business-appointment-settings>
created-atoption​<string>
customer-timezone-choiceoption​<string>
seller-idoption​<string>