@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 960 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationSettings = void 0;
var NotificationSettings;
(function (NotificationSettings) {
NotificationSettings.discriminator = 'NotificationSettings';
NotificationSettings.attributeTypeMap = [
{
name: 'email_settings',
baseName: 'email_settings',
type: 'EmailSettings',
},
{
name: 'enabled',
baseName: 'enabled',
type: 'boolean',
},
{
name: 'notification_emails',
baseName: 'notification_emails',
type: 'NotificationEmails',
},
{
name: 'webhook_settings',
baseName: 'webhook_settings',
type: 'WebhookSettings',
},
];
})(NotificationSettings || (exports.NotificationSettings = NotificationSettings = {}));
//# sourceMappingURL=notificationSettings.js.map