Interface IWebhook
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhook : IModel, IAttributeObject, IKeyEquatable<IWebhook>, IEquatable<IWebhook>
Properties
Action
Declaration
WebhookAction Action { get; set; }
Property Value
| Type | Description |
|---|---|
| WebhookAction |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReceiverAddress
Declaration
string ReceiverAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |