RetrieveLocationBookingProfileResponse
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
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. | LocationBookingProfile getLocationBookingProfile() |
Errors |
List<Error> |
Optional | Errors that occurred during the request. | List getErrors() |
{
"errors": [],
"location_booking_profile": {
"booking_enabled": true,
"booking_site_url": "https://square.site/book/L3HETDGYQ4A2C/prod-business",
"location_id": "L3HETDGYQ4A2C",
"online_booking_enabled": false
}
}