UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankAccountPartial = void 0; var BankAccountPartial; (function (BankAccountPartial) { BankAccountPartial.discriminator = 'BankAccountPartial'; BankAccountPartial.attributeTypeMap = [ { name: 'account_number', baseName: 'account_number', type: 'string', }, { name: 'account_routing_type1', baseName: 'account_routing_type1', type: 'string', }, { name: 'account_routing_type2', baseName: 'account_routing_type2', type: 'string', }, { name: 'account_routing_value1', baseName: 'account_routing_value1', type: 'string', }, { name: 'account_routing_value2', baseName: 'account_routing_value2', type: 'string', }, ]; })(BankAccountPartial || (exports.BankAccountPartial = BankAccountPartial = {})); //# sourceMappingURL=bankAccountPartial.js.map