Class GenerateEarningLinesResponse
Represents the response for the GenerateEarningLines method.
Inheritance
System.Object
GenerateEarningLinesResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GenerateEarningLinesResponse : ServiceResponse
Constructors
GenerateEarningLinesResponse()
Declaration
public GenerateEarningLinesResponse()
Properties
EarningLineList
Declaration
public ICollection<WlmStaffEarningDetailEntity> EarningLineList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmStaffEarningDetailEntity> |