Description
The ProductBookableLocation object joins a Product with a BookableLocation.
Attributes
| Attribute | Type | Description |
|---|---|---|
bookable_location |
BookableLocation | Returns the BookableLocation for this ProductBookableLocation |
id |
String | Returns the unique id for this ProductBookableLocation |
max_bookings |
Number | Returns the maximum number of Bookings that can be made for this ProductBookableLocation |
min_bookings |
Number | Returns the minimum number of Bookings that can be made for this ProductBookableLocation |
product |
Product | Returns the Product for this ProductBookableLocation |