UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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