Skip to main content

MasterChainDetailResponse

masterChainIdstring
chainNamestring
hotelCountinteger
providerCountinteger
providers object[]
  • Array [
  • providerCodestring
    chainCodestring
    chainNamestringnullable

    Effective name for this member (override wins over provider value).

  • ]
  • MasterChainDetailResponse
    {
    "masterChainId": "string",
    "chainName": "string",
    "hotelCount": 0,
    "providerCount": 0,
    "providers": [
    {
    "providerCode": "string",
    "chainCode": "string",
    "chainName": "string"
    }
    ]
    }