Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 686 Bytes

File metadata and controls

16 lines (8 loc) · 686 Bytes

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 OffsetDateTime A UTC RFC3339 datetime; the date and time at which a user's account was created [optional]
previousBookings Integer Number of prior bookings a user has made [optional]