UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

45 lines 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BeneficiarySampleDto = void 0; var BeneficiarySampleDto; (function (BeneficiarySampleDto) { BeneficiarySampleDto.discriminator = 'BeneficiarySampleDto'; BeneficiarySampleDto.attributeTypeMap = [ { name: 'bank_country_code', baseName: 'bank_country_code', type: 'string', }, { name: 'account_currency', baseName: 'account_currency', type: 'string', }, { name: 'transfer_method', baseName: 'transfer_method', type: 'string', }, { name: 'local_clearing_system', baseName: 'local_clearing_system', type: 'string', }, { name: 'entity_type', baseName: 'entity_type', type: 'string', }, { name: 'provider', baseName: 'provider', type: 'string', }, { name: 'type', baseName: 'type', type: 'string', }, ]; })(BeneficiarySampleDto || (exports.BeneficiarySampleDto = BeneficiarySampleDto = {})); //# sourceMappingURL=beneficiarySampleDto.js.map