Interface IWebhook
The Webhook client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhook : IModel, IAttributeObject, IKeyEquatable<IWebhook>, IEquatable<IWebhook>
Properties
Action
The web hook trigger action
Declaration
WebhookAction Action { get; set; }
Property Value
| Type | Description |
|---|---|
| WebhookAction |
Name
The payroll name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReceiverAddress
The webhook receiver address
Declaration
string ReceiverAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |