Interface IWebhookMessage
The Webhook message client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookMessage : IModel, IEquatable<IWebhookMessage>
Properties
ActionName
The webhook action name
Declaration
string ActionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReceiverAddress
The webhook receiver address
Declaration
string ReceiverAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestDate
The request date
Declaration
DateTime RequestDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
RequestMessage
The request message
Declaration
string RequestMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestOperation
The request operation
Declaration
string RequestOperation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseDate
The response date
Declaration
DateTime ResponseDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ResponseMessage
The response message
Declaration
string ResponseMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseStatus
The response HTTP status code
Declaration
int ResponseStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| int |