UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 914 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankAccountCAInstitutionNumber = void 0; var BankAccountCAInstitutionNumber; (function (BankAccountCAInstitutionNumber) { BankAccountCAInstitutionNumber.discriminator = 'BankAccountCAInstitutionNumber'; BankAccountCAInstitutionNumber.attributeTypeMap = [ { name: 'account_number', baseName: 'account_number', type: 'string', }, { name: 'institution_number', baseName: 'institution_number', type: 'string', }, { name: 'transit_number', baseName: 'transit_number', type: 'string', }, ]; })(BankAccountCAInstitutionNumber || (exports.BankAccountCAInstitutionNumber = BankAccountCAInstitutionNumber = {})); //# sourceMappingURL=bankAccountCAInstitutionNumber.js.map