UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FundingDto = void 0; var FundingDto; (function (FundingDto) { FundingDto.discriminator = 'FundingDto'; FundingDto.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: 'status', baseName: 'status', type: 'string', }, ]; })(FundingDto || (exports.FundingDto = FundingDto = {})); //# sourceMappingURL=fundingDto.js.map