feeSets query
This mutation is offered as part of the product management capability, which is available to pilot partners only. If you are interested in adopting this capability, contact your Technical Account Manager.
Retrieves fee sets for the property. You can retrieve all fee sets or you can filter the results by fee set ID(s).
Syntax
1query {2 property(5 ) {6 feeSets(9 }10}
Examples
Use the interactive GraphQL explorer in the following sections to run a sample query. A test property ID is passed into the explorer; its test data is returned. The GraphQL explorer will help you get comfortable with the GraphQL:
- For each query, a test property ID is passed into the explorer; its test data is returned.
- Click Run Query to execute the query in the explorer on the page. You can modify the query to retrieve the desired fields, and the explorer provides a list of fields when you start typing.
- Click API Explorer to launch the full explorer in another tab/window, which provides syntax highlighting, schema introspection, real-time error highlighting, and auto-completion, among other things.
Fee sets
API ExplorerResponse
Arguments
Name | Description |
---|---|
| Required. Expedia ID (EID) or supplier ID (external ID in the partner's system) of the property.. Type: String |
| Source system of the ID. EXPEDIA is the default value. Type: IdSource |
Types
Name | Type | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Boolean | Boolean | |||||||||||||
The | ||||||||||||||
CurrencyCode | CurrencyCode | |||||||||||||
Scalar that represents the three-letter currency code defined by the ISO 4217 standard. | ||||||||||||||
Date | Date | |||||||||||||
Scalar that represents a date string compliant with the RFC 3339 profile of the ISO 8601 standard. | ||||||||||||||
Decimal | Decimal | |||||||||||||
A type representing a signed decimal number (supporting up to two decimal places), which is serialized as a string. | ||||||||||||||
Fee | Object | |||||||||||||
Details about a fee.
| ||||||||||||||
FeeBusinessModel | Enum | |||||||||||||
Values for the property's business model.
| ||||||||||||||
FeeCharge | Object | |||||||||||||
Amount, type, and duration of the fee.
| ||||||||||||||
FeeChargeDuration | Enum | |||||||||||||
Duration of time to which the fee is applied.
| ||||||||||||||
FeeChargeType | Enum | |||||||||||||
How the fee is applied (flat amount or percentage).
| ||||||||||||||
FeeDateRange | Object | |||||||||||||
FeeRestrictions | Object | |||||||||||||
Restrictions applied to the fee (dates or extra guests).
| ||||||||||||||
FeeSet | Object | |||||||||||||
Details and fees that make up the fee set.
| ||||||||||||||
ID | ID | |||||||||||||
The | ||||||||||||||
IdSource | Enum | |||||||||||||
Source of a given ID.
| ||||||||||||||
Int | Int | |||||||||||||
The | ||||||||||||||
IntRange | Object | |||||||||||||
Money | Object | |||||||||||||
Monetary amount value and its currency code.
| ||||||||||||||
Property | Object | |||||||||||||
Representation of a physical property, including its units, reservations, and promotions.
| ||||||||||||||
PropertyFeeSetsFiltersInput | InputObject | |||||||||||||
Input parameter for the feeSets query.
| ||||||||||||||
PropertyFeeSetsResponse | Object | |||||||||||||
String | String | |||||||||||||
The |