Class GenerateNextStudentAcademicYearPaymentPeriodResponse
Inheritance
System.Object
GenerateNextStudentAcademicYearPaymentPeriodResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GenerateNextStudentAcademicYearPaymentPeriodResponse : ServiceResponse
Constructors
GenerateNextStudentAcademicYearPaymentPeriodResponse()
Declaration
public GenerateNextStudentAcademicYearPaymentPeriodResponse()
Properties
EndDate
Gets or sets the EndDate.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FundSource
Gets or sets the FundSource.
Declaration
public string FundSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sequence
Gets or sets the Sequence.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDate
Gets or sets the StartDate.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TitleIv
Gets or sets the TitleIv.
Declaration
public bool TitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |