Reference Data & Enumerations
Find commonly used language, currency, guest, hotel, and policy code values.
Official G-Link dictionary coverage
The Open Platform dictionary is the authoritative source for values returned by hotel, rate-plan, order, invoice, and checkout APIs. Do not hard-code labels from examples; store the code and render the corresponding dictionary value.
Languages and fees
| Field | Supported values |
|---|---|
language | zh-CN (Chinese), en-US (English) |
feeType | tax_and_service_fee, sales_tax, extra_tax_fee |
Core hotel enumerations
| Dictionary | Examples |
|---|---|
| Hotel star rating | 19 5-star, 29 luxury/quasi 5-star, 39 4-star, 59 3-star, 69 2-star, 79 below 2-star/apartment. |
| Guest type | 1 all guests; 2 mainland-China ID holders; 3 HK/Macau/Taiwan; 4 international; 5 other. |
| Breakfast quantity | -1 per bed; 0 none; 1–9 exact quantity; 10 multiple breakfasts. |
| Breakfast form | 1 a la carte; 2 buffet; 3 set menu; 4 boxed/packaged food. |
| Identity document | 1 national ID; 2 driving licence; 3 passport; 4 HK/Macau permit; 5 Taiwan permit; 6 residence permit. |
Codes used in requests
- Country and nationality: use ISO alpha-2 country/region codes, for example
CN,US,GB. The country list API is the source for destination mapping. - Currency: APIs return the platform’s currency enumeration plus ISO code. Common values include
0/CNY,1/HKD,3/USD,5/SGD,7/JPY,9/EUR,22/GBP,25/AED,26/AUD,110/TRY. - Bed and window types: keep the returned code as data. Bed codes can include
1000000Queen,P000000Double,A000000Single,L000000King,2000000Twin; window code0means no window and2means has window. - Facilities: examples include
FC1001pool,FC1004restaurant,FC1009free Wi-Fi,FC2001bathtub,FC2006air conditioning, andFC2014accessible room.
Update rule
Refresh local static data through the country/city, hotel increment, hotel detail and group-brand APIs. If a returned code is not yet mapped locally, retain the original code and use a safe fallback label rather than rejecting the response.
For the full official list, including every currency, lodging category, policy key and amenity code, see the G-Link Dictionary Entry.
Updated about 4 hours ago
Did this page help you?