Class SaveStudentAwardPellEstimateRequest
Inheritance
System.Object
SaveStudentAwardPellEstimateRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentAwardPellEstimateRequest : ServiceRequest
Constructors
SaveStudentAwardPellEstimateRequest()
Declaration
public SaveStudentAwardPellEstimateRequest()
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 |