Interface IWebhookRuntimeMessage
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookRuntimeMessage : IWebhookMessage, IModel, IEquatable<IWebhookMessage>, IEquatable<IWebhookRuntimeMessage>
Properties
Tenant
Declaration
string Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
Declaration
string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |