Class CalculateStudentAwardPellEstimateRequest
Inheritance
System.Object
CalculateStudentAwardPellEstimateRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculateStudentAwardPellEstimateRequest : ServiceRequest
Constructors
CalculateStudentAwardPellEstimateRequest()
Declaration
public CalculateStudentAwardPellEstimateRequest()
Properties
DdVeteranState
Gets or sets the DdVeteranState associated with this StudentEntity.
Declaration
public bool DdVeteranState { 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 |