Class SaveStudentAwardYearEstimateAidResponse
Inheritance
System.Object
SaveStudentAwardYearEstimateAidResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentAwardYearEstimateAidResponse : ServiceResponse
Constructors
SaveStudentAwardYearEstimateAidResponse()
Declaration
public SaveStudentAwardYearEstimateAidResponse()
Properties
isResetGrossAmount
Declaration
public bool isResetGrossAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
isTeachGrantMessageDisplayed
Declaration
public bool isTeachGrantMessageDisplayed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentAwardEstimateEntity
Gets or sets the StudentAwardPellEstimateEntity properties.
Declaration
public StudentAwardEstimateEntity StudentAwardEstimateEntity { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardEstimateEntity |