Appearance
client
The client associated with a booking. Only present if a client is assigned.
ACCESS
Directly accessible in:
Booking DetailsExample
json
{
"name": "Nike",
"contact": {
"name": "John Smith",
"phone": null,
"mobile": null
}
}Properties
name
stringcontact
objectThe primary contact for the client. Only present if a contact is assigned.
name
stringphone
stringmobile
string