/** * Business Rewards Enrollment * Business Rewards Enrollment Service - ToDo * * 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 Request { IATA?: string; address?: string; address2?: string; affiliate?: string; averageAnnualCarRentalVolume?: string; brand?: string; city?: string; clientId?: string; company?: string; correlationId?: string; country?: string; email?: string; firstName?: string; iata?: string; lastName?: string; locale?: string; numberOfCarRentalsPerMonth?: string; numberOfTravelingEmployees?: string; phoneNumber?: string; postalCode?: string; sourceCode?: string; stateProvince?: string; systemId?: string; title?: string; total_size?: string; }