Class CalculatePellGrantRequest
Inheritance
System.Object
CalculatePellGrantRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculatePellGrantRequest : ServiceRequest
Constructors
CalculatePellGrantRequest()
Declaration
public CalculatePellGrantRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstBachelorDegree
Declaration
public string FirstBachelorDegree { get; set; }
Property Value
Type |
Description |
System.String |
|
IgnorePellIneligibility
Declaration
public bool IgnorePellIneligibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAlternativePell
Declaration
public bool IsAlternativePell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PellPaidEfc
Declaration
public decimal PellPaidEfc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodStatus
Declaration
public string StudentEnrollmentPeriodStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TransactionIdentifier
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
YearOfCollege
Declaration
public string YearOfCollege { get; set; }
Property Value
Type |
Description |
System.String |
|