@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebhookSettings = void 0;
var WebhookSettings;
(function (WebhookSettings) {
WebhookSettings.discriminator = 'WebhookSettings';
WebhookSettings.attributeTypeMap = [
{
name: 'enabled',
baseName: 'enabled',
type: 'boolean',
},
{
name: 'max_webhook_count',
baseName: 'max_webhook_count',
type: 'number',
},
{
name: 'rate_limit',
baseName: 'rate_limit',
type: 'number',
},
{
name: 'target_switch',
baseName: 'target_switch',
type: '{ [key: string]: boolean; }',
},
{
name: 'webhook_list',
baseName: 'webhook_list',
type: 'Array<Webhook>',
},
];
})(WebhookSettings || (exports.WebhookSettings = WebhookSettings = {}));
//# sourceMappingURL=webhookSettings.js.map