Interface IConsolidatedPayrollResult
Consolidated payroll result
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IConsolidatedPayrollResult : IEquatable<IConsolidatedPayrollResult>
Properties
CollectorResults
The collector results
Declaration
List<CollectorResult> CollectorResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CollectorResult> |
PayrunResults
The payrun results
Declaration
List<PayrunResult> PayrunResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PayrunResult> |
WageTypeResults
The wage type results
Declaration
List<WageTypeResultSet> WageTypeResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WageTypeResultSet> |