UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 387 B
export interface SimulationEstimatedMonthlyIncomeApiDto { amount?: string; currency?: string; } export declare namespace SimulationEstimatedMonthlyIncomeApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationEstimatedMonthlyIncomeApiDto.d.ts.map