UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 833 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationEstimatedMonthlyIncomeApiDto = void 0; var SimulationEstimatedMonthlyIncomeApiDto; (function (SimulationEstimatedMonthlyIncomeApiDto) { SimulationEstimatedMonthlyIncomeApiDto.discriminator = 'SimulationEstimatedMonthlyIncomeApiDto'; SimulationEstimatedMonthlyIncomeApiDto.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'string', }, { name: 'currency', baseName: 'currency', type: 'string', }, ]; })(SimulationEstimatedMonthlyIncomeApiDto || (exports.SimulationEstimatedMonthlyIncomeApiDto = SimulationEstimatedMonthlyIncomeApiDto = {})); //# sourceMappingURL=simulationEstimatedMonthlyIncomeApiDto.js.map