Record

booking

No description available.

record booking {
  appointment-segments: option​<list​<appointment-segment>>,
  created-at: option​<string>,
  customer-id: option​<string>,
  customer-note: option​<string>,
  id: option​<string>,
  location-id: option​<string>,
  seller-note: option​<string>,
  start-at: option​<string>,
  status: option​<string>,
  updated-at: option​<string>,
  version: option​<s32>,
}

Fields

NameTypeDescription
appointment-segmentsoption​<list​<appointment-segment>>
created-atoption​<string>
customer-idoption​<string>
customer-noteoption​<string>
idoption​<string>
location-idoption​<string>
seller-noteoption​<string>
start-atoption​<string>
statusoption​<string>
updated-atoption​<string>
versionoption​<s32>