UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

27 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationConnectedEmail = void 0; var NotificationConnectedEmail; (function (NotificationConnectedEmail) { NotificationConnectedEmail.validNotificationTagEnum = [ 'NOTIFICATION_OFF', 'NOTIFY_ON_PLATFORM', 'NOTIFY_ON_CUSTOM_EMAIL', 'NOTIFY_ON_MERCHANT', 'NOTIFY_BILATERAL', ]; NotificationConnectedEmail.discriminator = 'NotificationConnectedEmail'; NotificationConnectedEmail.attributeTypeMap = [ { name: 'notification_email', baseName: 'notification_email', type: 'string', }, { name: 'notification_tag', baseName: 'notification_tag', type: 'NotificationConnectedEmail.NotificationTagEnum', }, ]; })(NotificationConnectedEmail || (exports.NotificationConnectedEmail = NotificationConnectedEmail = {})); //# sourceMappingURL=notificationConnectedEmail.js.map