Class UpdateIsirResponse
Inheritance
System.Object
UpdateIsirResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class UpdateIsirResponse : ServiceResponse
Constructors
UpdateIsirResponse()
Declaration
public UpdateIsirResponse()
Properties
HasRecalculatedEfc
Declaration
public bool HasRecalculatedEfc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecalculatedEfc
Declaration
public string RecalculatedEfc { get; set; }
Property Value
Type |
Description |
System.String |
|
RemoveStudentFromIsirVerficationGroup
Declaration
public bool RemoveStudentFromIsirVerficationGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReOriginatePell
Declaration
public bool ReOriginatePell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|