UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BankAccountIban = void 0; var BankAccountIban; (function (BankAccountIban) { BankAccountIban.discriminator = 'BankAccountIban'; BankAccountIban.attributeTypeMap = [ { name: 'iban', baseName: 'iban', type: 'string', }, ]; })(BankAccountIban || (exports.BankAccountIban = BankAccountIban = {})); //# sourceMappingURL=bankAccountIban.js.map