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