Class CalculateFullPellGrantRequest
Inheritance
System.Object
CalculateFullPellGrantRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculateFullPellGrantRequest : ServiceRequest
Constructors
CalculateFullPellGrantRequest()
Declaration
public CalculateFullPellGrantRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CostOfAttendance
Declaration
public decimal CostOfAttendance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EnrollmentStatusCode
Declaration
public string EnrollmentStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAlternativePell
Declaration
public bool IsAlternativePell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPackagedManually
Declaration
public bool IsPackagedManually { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProrated
Declaration
public bool IsProrated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRecalculated
Declaration
public bool IsRecalculated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PellPaidEfc
Declaration
public decimal PellPaidEfc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|