RetrieveLocationBookingProfileResponse
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
locationBookingProfile |
?LocationBookingProfile |
Optional | The booking profile of a seller's location, including the location's ID and whether the location is enabled for online booking. | getLocationBookingProfile(): ?LocationBookingProfile | setLocationBookingProfile(?LocationBookingProfile locationBookingProfile): void |
errors |
?(Error[]) |
Optional | Errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |
{
"errors": [],
"location_booking_profile": {
"booking_enabled": true,
"booking_site_url": "https://square.site/book/L3HETDGYQ4A2C/prod-business",
"location_id": "L3HETDGYQ4A2C",
"online_booking_enabled": false
}
}