Description
The BookableLocation object contains information about a location for a BookableEvent.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
active? |
Boolean | Returns true if this location is active |
address1 |
String | Returns the value of the Address1 attribute of this location |
address2 |
String | Returns the value of the Address2 attribute of this location |
city |
String | Returns the value of the City attribute of this location |
country |
String | Returns the value of the Country attribute of this location |
id |
String | Returns the unique id for this location |
information_content |
String | Returns the value of the Information attribute as rich text |
name |
String | Returns the name of this location |
postal_code |
String | Returns the value of the Postal Code address attribute of this location |
state |
String | Returns the value of the State address attribute of this location |
timezone |
String | Returns the timezone of this location |
virtual? |
Boolean | Returns true if this location is a virtual location, eg online |