/* tslint:disable:all */ /* tslint:disable:all */ export interface MultiMerchantInfoRequest { totalAmount: number; currency: "USD" | "COP" | "PEN" | "CLP" | "UF"; [k: string]: any; }