Class GetIsirForStudentAwardPellEstimateRequest
The GetISIRForStudentAwardPellEstimateRequest represents the request Object for the GetISIRForStudentAwardPellEstimate method of StudentAwardPellEstimateService.
Inheritance
System.Object
GetIsirForStudentAwardPellEstimateRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetIsirForStudentAwardPellEstimateRequest : ServiceRequest
Constructors
GetIsirForStudentAwardPellEstimateRequest()
Declaration
public GetIsirForStudentAwardPellEstimateRequest()
Properties
AwardYear
Gets or sets the AwardYear value.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DdVeteranState
Gets or sets the DdVeteranState associated with this StudentEntity.
Declaration
public bool DdVeteranState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EstimatedCostOfAttendance
Gets or sets the estimated cost of attendance.
Declaration
public decimal EstimatedCostOfAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentId
Gets or sets the StudentId value.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |