Class GenerateNextStudentAcademicYearPaymentPeriodRequest
Inheritance
System.Object
GenerateNextStudentAcademicYearPaymentPeriodRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GenerateNextStudentAcademicYearPaymentPeriodRequest : ServiceRequest
Constructors
GenerateNextStudentAcademicYearPaymentPeriodRequest()
Declaration
public GenerateNextStudentAcademicYearPaymentPeriodRequest()
Properties
AdEnrollId
Gets or sets the AdEnrollId.
Declaration
public int AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndDate
Gets or sets the EndDate.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FastudentAyId
Gets or sets the FastudentAyId.
Declaration
public int FastudentAyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FaStudentLoanPeriodId
Gets or sets the FaStudentLoanPeriodId.
Declaration
public int FaStudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsLoanPeriod
Gets or sets the LoanPeriod.
Declaration
public bool IsLoanPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTitleIv
Gets or sets the FundSource.
Declaration
public bool IsTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sequence
Gets or sets the Sequence.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |