Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 849 Bytes

UserInfo.md

File metadata and controls

13 lines (9 loc) · 849 Bytes

Com.Hopper.Hts.Airlines.Model.UserInfo

An object containing information related to the airline's user. Should be included if known, but not if the user is anonymous.

Properties

Name Type Description Notes
AirlineUserId string The airline's unique identifier for a user; can be an arbitrary string
CreatedDateTime DateTime A UTC RFC3339 datetime; the date and time at which a user's account was created [optional]
PreviousBookings int Number of prior bookings a user has made [optional]

[Back to Model list] [Back to API list] [Back to README]