Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.28 KB

DgPassenger.md

File metadata and controls

21 lines (17 loc) · 1.28 KB

Com.Hopper.Hts.Airlines.Model.DgPassenger

An object detailing the Passenger Information

Properties

Name Type Description Notes
PassengerReference string Unique reference of the passenger
PassengerType DgPassengerType
FirstName string Ancillaries attached to the itinerary and their prices [optional]
LastName string Ancillaries attached to the itinerary and their prices [optional]
DateOfBirth DateOnly The birth date in ISO Local Date format [optional]
Gender Gender [optional]
PassportNumber string The passport number of the passenger [optional]
PassportCountryIssuance string The country of issuance of the passenger's passport [optional]
PassportIssuanceDate DateOnly The date of issuance of the passenger's passport [optional]
PassportExpirationDate DateOnly The passport expiration date of the passenger [optional]
Nationality string The nationality of the passenger (country code) [optional]

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