Table of Contents

Interface IPayRunDetails

Namespace
Payetools.Payroll.Model
Assembly
Payetools.Payroll.dll

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

PayDate

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; }

Property Value

DateRange