UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 982 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchFundingDto = void 0; var BatchFundingDto; (function (BatchFundingDto) { BatchFundingDto.discriminator = 'BatchFundingDto'; BatchFundingDto.attributeTypeMap = [ { name: 'deposit_type', baseName: 'deposit_type', type: 'string', }, { name: 'failure_reason', baseName: 'failure_reason', type: 'string', }, { name: 'funding_source_id', baseName: 'funding_source_id', type: 'string', }, { name: 'reference', baseName: 'reference', type: 'string', }, { name: 'status', baseName: 'status', type: 'string', }, ]; })(BatchFundingDto || (exports.BatchFundingDto = BatchFundingDto = {})); //# sourceMappingURL=batchFundingDto.js.map