/** * Exchange Points API * API for exchanging loyalty points * * 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 { Address } from './address'; export interface ExchangePointRequest { address?: Array
; brand?: string; correlationId?: string; currentDate?: string; currentRewardsPointsBalance?: number; email?: string; firstName?: string; hertzGoldPlusMemberId?: string; lastName?: string; locale?: string; numberOfHertzExchangePoints?: number; partnerFrequentTravelerProgramCode?: string; partnerFrequentTravelerProgramNumber?: string; systemId?: string; totalSize?: string; }