InternalGDSKey
{
"Source": "SB",
"Quotations": [...],
"RPHsQuoted": [
{
"RPHIndex": "1",
"InternalGDSKey": "1/1", ----------------------------> Este SI figura entre los GroupsOfFlights
"BookingClassUsed": [
"O",
"N",
"G"
],
"FareDetails": [
{
"BookingClass": "O",
"Cabin": 1,
"MarriedWithPreviousSegment": "O"
},
{
"BookingClass": "N",
"Cabin": 1,
"MarriedWithPreviousSegment": "I"
},
{
"BookingClass": "G",
"Cabin": 1,
"MarriedWithPreviousSegment": "I"
}
]
},
{
"RPHIndex": "2",
"InternalGDSKey": "1/3", ----------------------> Este SI figura entre los GroupsOfFlights!
"BookingClassUsed": [
"Q",
"Q",
"B"
],
"FareDetails": [
{
"BookingClass": "Q",
"Cabin": 1,
"MarriedWithPreviousSegment": "O"
},
{
"BookingClass": "Q",
"Cabin": 1,
"MarriedWithPreviousSegment": "I"
},
{
"BookingClass": "B",
"Cabin": 1,
"MarriedWithPreviousSegment": "I"
}
]
}
],
"ErrorMessage": null,
"InternalGDSKey": "1/6" -----------------------> ESTE NO FIGURA ENTRE LOS GroupsOfFlights!!
},