@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationEmails = void 0;
var NotificationEmails;
(function (NotificationEmails) {
NotificationEmails.discriminator = 'NotificationEmails';
NotificationEmails.attributeTypeMap = [
{
name: 'emails',
baseName: 'emails',
type: 'Array<string>',
},
];
})(NotificationEmails || (exports.NotificationEmails = NotificationEmails = {}));
//# sourceMappingURL=notificationEmails.js.map