Class UpdateIsirRequest
Inheritance
System.Object
UpdateIsirRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UpdateIsirRequest : ServiceRequest
Constructors
UpdateIsirRequest()
Declaration
public UpdateIsirRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CareerPathwayAlternativePell
Declaration
public bool? CareerPathwayAlternativePell { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ConfirmedReOriginatePell
Declaration
public bool ConfirmedReOriginatePell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContinueWithRecalculatedEfc
Declaration
public bool ContinueWithRecalculatedEfc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EfcOverride
Declaration
public int? EfcOverride { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsFallenHeroesEligible
Declaration
public bool IsFallenHeroesEligible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsirDateAdded
Declaration
public DateTime? IsirDateAdded { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsirId
Declaration
public int IsirId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsirTransactionIdentifier
Declaration
public string IsirTransactionIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
IsStudentRemovedFromIsirVerificationGroup
Declaration
public bool IsStudentRemovedFromIsirVerificationGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUserConfirmedOnEfcToUse
Declaration
public bool IsUserConfirmedOnEfcToUse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardPellId
Declaration
public int StudentAwardPellId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCanRemovedFromIsirVerficationGroup
Declaration
public bool StudentCanRemovedFromIsirVerficationGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
VerificationStatus
Declaration
public string VerificationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|