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

FieldSupported values
languagezh-CN (Chinese), en-US (English)
feeTypetax_and_service_fee, sales_tax, extra_tax_fee

Core hotel enumerations

DictionaryExamples
Hotel star rating19 5-star, 29 luxury/quasi 5-star, 39 4-star, 59 3-star, 69 2-star, 79 below 2-star/apartment.
Guest type1 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 form1 a la carte; 2 buffet; 3 set menu; 4 boxed/packaged food.
Identity document1 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 1000000 Queen, P000000 Double, A000000 Single, L000000 King, 2000000 Twin; window code 0 means no window and 2 means has window.
  • Facilities: examples include FC1001 pool, FC1004 restaurant, FC1009 free Wi-Fi, FC2001 bathtub, FC2006 air conditioning, and FC2014 accessible 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.


Did this page help you?