/** * Account Summary API * Account Summary API that includes Personal Details, LoyaltyWare, and Upcoming Reservation * * OpenAPI spec version: 0.0.1-SNAPSHOT * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { Address } from './address'; import { ApplicantProgram } from './applicantProgram'; import { CDP } from './cDP'; import { CommunicationPreferenceGet } from './communicationPreferenceGet'; import { CommunicationPreferences } from './communicationPreferences'; import { DriversLicenseInfo } from './driversLicenseInfo'; import { Email } from './email'; import { FrequentTravellerNumber } from './frequentTravellerNumber'; import { PaymentInformation } from './paymentInformation'; import { RentalPreference } from './rentalPreference'; export interface PersonalDetails { addresses?: Array
; agentABTA?: string; agentIATA?: string; agentTACO?: string; applicantPrograms?: Array; brand?: string; cdpNumbers?: Array; clientId?: string; communicationPreferenceArray?: Array; communicationPreferences?: CommunicationPreferences; correlationId?: string; creditCards?: Array; dialect?: string; driversLicences?: Array; eConsent?: boolean; emailAddresses?: Array; extrasPreferencesEuropeMiddleEastAndAfrica?: Array; extrasPreferencesUSAndCanada?: Array; firstName?: string; frequentTravellerNumberArray?: Array; fuelPurchaseOption?: boolean; lastName?: string; memberDob?: string; memberId?: string; middleName?: string; preferredCarClassAustralia?: string; preferredCarClassCanada?: string; preferredCarClassEuropeMiddleEastAndAfrica?: string; preferredCarClassNewZealand?: string; preferredCarClassUS?: string; preffixName?: string; protectionPreferencesAustralia?: Array; protectionPreferencesCanada?: Array; protectionPreferencesEuropeMiddleEastAndAfrica?: Array; protectionPreferencesNewZealand?: Array; protectionPreferencesUS?: Array; subSystemId?: string; suffixName?: string; systemId?: string; total_size?: string; userType?: string; username?: string; }