Class GetCourseFeeScheduleResponse
Represents the request for the GetClassSectionPeriodsResponse.
Inheritance
System.Object
GetCourseFeeScheduleResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetCourseFeeScheduleResponse : ServiceResponse
Constructors
GetCourseFeeScheduleResponse()
Declaration
public GetCourseFeeScheduleResponse()
Properties
ClassSectionFees
Declaration
public List<CourseFeeScheduleList> ClassSectionFees { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CourseFeeScheduleList> |