Show / Hide Table of Contents

Interface IWebhookMessage

The Webhook message client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IWebhookMessage>.Equals(IWebhookMessage)
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX