/** * 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 MeetingConventionRateRequest { brand?: string; cdpCode?: string; comments?: string; companyMeetingOccurrences?: string; companyName?: string; contactAddressCity?: string; contactAddressCountry?: string; contactAddressLine1?: string; contactAddressLine2?: string; contactAddressState?: string; contactAddressZip?: string; contactFax?: string; contactPhone?: string; correlationId?: string; country?: string; dialect?: string; emailAddress?: string; firstName?: string; hotelName?: string; lastName?: string; locale?: string; meetingEndDatetime?: string; meetingLocation?: string; meetingName?: string; meetingStartDatetime?: string; returnItemsCount?: string; subSystemId?: string; systemId?: string; taNumber?: string; totalAttendees?: string; total_size?: string; }