DisplayHotelAttachment Data Type

A class with information to show in the hotel attachment section of an Airtinerary. Created by nick on 5/18/15.

Properties
name data type constraints description
itineraryToken string  
bookHotelUrl string  
noHotelNeededUrl string  
remindMeUrl string  
addHotelSegmentUrl string  
online boolean required boolean
overnightSegments array of number  
agentAssistance boolean required boolean
obe string  
requested boolean required boolean Flag for determining if this HA reminder was requested.
obeName string  
confirmation boolean required boolean

Example

{
  "itineraryToken" : "...",
  "bookHotelUrl" : "...",
  "noHotelNeededUrl" : "...",
  "remindMeUrl" : "...",
  "addHotelSegmentUrl" : "...",
  "online" : true,
  "overnightSegments" : [ 12345, 12345 ],
  "agentAssistance" : true,
  "obe" : "...",
  "requested" : true,
  "obeName" : "...",
  "confirmation" : true
}