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