/** * Retroactive Points Request * Retroactive Points Request 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. */ import { Records } from './records'; export interface Request { address1?: string; address2?: string; brand?: string; city?: string; clientId?: string; correlationId?: string; countryCode?: string; dialect?: string; email?: string; firstName?: string; lastName?: string; locale?: string; partnerFrequentTravelerProgramCode?: string; partnerFrequentTravelerProgramNumber?: string; records?: Array; stateProvinceCode?: string; systemId?: string; total_size?: string; zipCode?: string; }