A class with information to show in the hotel attachment section of an Airtinerary. Created by nick on 5/18/15.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| agentAssistance | boolean | element | 1/1 | required boolean | ||
| confirmation | boolean | element | 1/1 | required boolean | ||
| itineraryToken | string | element | 0/1 | |||
| obe | string | element | 0/1 | |||
| obeName | string | element | 0/1 | |||
| online | boolean | element | 1/1 | required boolean | ||
| overnightSegments | list of int | element | 0/unbounded | |||
| requested | boolean | element | 1/1 | required boolean | Flag for determining if this HA reminder was requested. |
Example
<d-----> <itineraryToken>...</itineraryToken> <online>...</online> <overnightSegments>...</overnightSegments> <agentAssistance>...</agentAssistance> <obe>...</obe> <requested>...</requested> <obeName>...</obeName> <confirmation>...</confirmation> </d----->