Class GetGrossAmountRequest
Inheritance
System.Object
GetGrossAmountRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetGrossAmountRequest : ServiceRequest
Constructors
GetGrossAmountRequest()
Declaration
public GetGrossAmountRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentStatusCode
Declaration
public string EnrollmentStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAdditionalEligibilityValidation
Declaration
public bool IsAdditionalEligibilityValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCalledFromProcess
Declaration
public bool IsCalledFromProcess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCalledFromRecalculate
Declaration
public bool IsCalledFromRecalculate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDdVeteran
Declaration
public bool IsDdVeteran { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|