/** * Email Service API * Email Service * * 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. */ export interface ContactUSEmailRequest { amountBilledAndCurrency?: string; /** * Mandatory Hertz subsidary being one of Hertz, Dollar, Thrifty. Full name spelling. */ brand: string; browserTypeAndVersion?: string; /** * client id */ clientId?: string; comments?: string; companyName?: string; contactAddressCity?: string; contactAddressCountry?: string; contactAddressLine1?: string; contactAddressLine2?: string; contactAddressZip?: string; contactFax?: string; contactPhone?: string; /** * Tracking identifier submitted by client for inclusion in logs and return to client. */ correlationId: string; /** * Customer Email Adrress to whom the memberId retrieval email will be send */ custmerEmailAddress: string; /** * Device value submitted by mobile clients for tracking. Not required. */ deviceToken?: string; /** * The expected date and time of drop off */ dropoffDateTime?: string; /** * The country code of the drop off location */ dropoffLocationCountryCode?: string; /** * Customer first name */ firstName?: string; /** * Customer last name */ lastName?: string; /** * Mandatory client suplied locale under which the operation should be conducted. */ locale: string; no1ClubNumber?: string; operatingSystem?: string; pickupCountry?: string; /** * The date and time to pick up */ pickupDateTime?: string; /** * Pick up location. Should be OAG Code (6 digit) */ pickupLocation?: string; raNumber?: string; resID?: string; screenResolution?: string; /** * System Id value submitted by the clients */ systemId?: string; /** * Total size submitted by the client */ totalSize?: number; }