An object containing information related to the airline's user. Should be included if known, but not if the user is anonymous.
| 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] |