Interface IWebhookMessage
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookMessage : IModel, IEquatable<IWebhookMessage>
Properties
ActionName
Declaration
string ActionName { get; set; }
Property Value
ReceiverAddress
Declaration
string ReceiverAddress { get; set; }
Property Value
RequestDate
Declaration
DateTime RequestDate { get; set; }
Property Value
RequestMessage
Declaration
string RequestMessage { get; set; }
Property Value
RequestOperation
Declaration
string RequestOperation { get; set; }
Property Value
ResponseDate
Declaration
DateTime ResponseDate { get; set; }
Property Value
ResponseMessage
Declaration
string ResponseMessage { get; set; }
Property Value
ResponseStatus
Declaration
int ResponseStatus { get; set; }
Property Value
Extension Methods