Class GetStudentAcademicYearPaymentPeriodResponse
Inheritance
System.Object
GetStudentAcademicYearPaymentPeriodResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentAcademicYearPaymentPeriodResponse : ServiceResponse
Constructors
GetStudentAcademicYearPaymentPeriodResponse()
Declaration
public GetStudentAcademicYearPaymentPeriodResponse()
Properties
StudentAcademicYearPaymentPeriodsList
List of Student AcademicYear Payment Periods
Declaration
public List<GetStudentAcademicYearPaymentPeriods> StudentAcademicYearPaymentPeriodsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GetStudentAcademicYearPaymentPeriods> |