Interface IRetroPayrunJob
The retro payrun job client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRetroPayrunJob : IEquatable<IRetroPayrunJob>
Properties
ResultTags
The result tags
Declaration
List<string> ResultTags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
ScheduleDate
The schedule date
Declaration
DateTime ScheduleDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |