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