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