Class ProcessExportEarningLinesResponse
Inheritance
System.Object
ProcessExportEarningLinesResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProcessExportEarningLinesResponse : ServiceResponse
Constructors
ProcessExportEarningLinesResponse()
Declaration
public ProcessExportEarningLinesResponse()
Properties
IsPayrollIntegration
Declaration
public bool IsPayrollIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SplitEarningLinesList
Declaration
public ICollection<SplitEarningLines> SplitEarningLinesList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SplitEarningLines> |