Structure change for getDeepLink Services element

Dear Valued customers,

We want to update you on an improvement that will be added to the getDeepLink services element during this week.

Instead of the current:
"services": {
"SeatSelection": boolean,
"HandBaggage": boolean,
"CheckedInBaggage": boolean,
"RefundableTicket": boolean,
"FlexibleAmendment": boolean,
"PriorityCheckIn": boolean,
"FlexibleCancellation": boolean,
"FoodOnBoard": boolean
},

A new structure will be showing, with explanation on each service:
Each value will be an element consisting of:
"services": {
"SeatSelection": {
"active": true/false (boolean),
"text: "" (string)
},
"HandBaggage": {
"active": true/false (boolean),
"text: "" (string)
},
"CheckedInBaggage": {
"active": true/false (boolean),
"text: "" (string)
},
"RefundableTicket": {
"active": true/false (boolean),
"text: "" (string)
},
"FlexibleAmendment": {
"active": true/false (boolean),
"text: "" (string)
},
"PriorityCheckIn": {
"active": true/false (boolean),
"text: "" (string)
},
"FlexibleCancellation": {
"active": true/false (boolean),
"text: "" (string)
},
"FoodOnBoard": {
"active": true/false (boolean),
"text: "" (string)
}
},

This will be added during the coming week.

If you have any questions don't hesitate to contact us at [email protected]