Class InitializeStudentNsldsRequest
Inheritance
System.Object
InitializeStudentNsldsRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class InitializeStudentNsldsRequest : ServiceRequest
Constructors
InitializeStudentNsldsRequest()
Declaration
public InitializeStudentNsldsRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
IsirId
Declaration
public string IsirId { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|