UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankAccountInstitution = void 0; var BankAccountInstitution; (function (BankAccountInstitution) { BankAccountInstitution.discriminator = 'BankAccountInstitution'; BankAccountInstitution.attributeTypeMap = [ { name: 'country_code', baseName: 'country_code', type: 'string', }, { name: 'name', baseName: 'name', type: 'string', }, { name: 'swift_code', baseName: 'swift_code', type: 'string', }, ]; })(BankAccountInstitution || (exports.BankAccountInstitution = BankAccountInstitution = {})); //# sourceMappingURL=bankAccountInstitution.js.map