/** * 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 GlobalProgramEnrollmentRequest { brand?: string; cdpText?: string; comapnyState?: string; companyAddressLine1?: string; companyAddressLine2?: string; companyCity?: string; companyCountry?: string; companyEmail?: string; companyMembershipSize?: string; companyName?: string; companyPhone?: string; companyProgramCoordinator?: string; companyWebsiteInformation?: string; companyZipCode?: string; correlationId?: string; country?: string; dialect?: string; emailAddress?: string; firstName?: string; lastName?: string; locale?: string; returnItemsCount?: string; state?: string; subSystemId?: string; systemId?: string; total_size?: string; }