@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BankAccountUSWire = void 0;
var BankAccountUSWire;
(function (BankAccountUSWire) {
BankAccountUSWire.discriminator = 'BankAccountUSWire';
BankAccountUSWire.attributeTypeMap = [
{
name: 'account_number',
baseName: 'account_number',
type: 'string',
},
{
name: 'wire',
baseName: 'wire',
type: 'string',
},
];
})(BankAccountUSWire || (exports.BankAccountUSWire = BankAccountUSWire = {}));
//# sourceMappingURL=bankAccountUSWire.js.map