Name | Type | Description | Notes |
---|---|---|---|
program_ids | int[] | Filters to pricing options with the specified program IDs. | [optional] |
session_type_ids | int[] | Filters to the pricing options with the specified session types IDs. | [optional] |
service_ids | string[] | Filters to the pricing options with the specified IDs. In this context, service and pricing option are used interchangeably. | [optional] |
class_id | int | Filters to the pricing options for the specified class ID. | [optional] |
class_schedule_id | int | Filters to the pricing options for the specified class schedule ID. | [optional] |
sell_online | bool | When `true`, filters to the pricing options that can be sold online.<br /> Default: false | [optional] |
location_id | int | When specified, for each returned pricing option, `TaxRate` and `TaxIncluded` are calculated according to the specified location. Note that this does not filter results to only services provided at the given location, and for locations where Value-Added Tax (VAT) rules apply, the `TaxRate` is set to zero. | [optional] |
hide_related_programs | bool | When `true`, indicates that pricing options of related programs are omitted from the response.<br /> Default: false | [optional] |
staff_id | int | Sets `Price` and `OnlinePrice` to the particular pricing of a specific staff member, if allowed by the business. | [optional] |
limit | int | Number of results to include, defaults to 100 | [optional] |
offset | int | Page offset, defaults to 0. | [optional] |