Interface IPayRunDetails
Interface that represents key details about a given payrun.
public interface IPayRunDetails
Properties
PayDate
Gets the PayDate for this payrun, which provides access to the pay date and the pay frequency.
PayDate PayDate { get; }
Property Value
PayPeriod
Gets the start and end dates of the pay period that pertains to this payrun, in the form of a DateRange.
DateRange PayPeriod { get; }