Class ProceedStudentAwardRequest
Inheritance
System.Object
ProceedStudentAwardRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProceedStudentAwardRequest : ServiceRequest
Constructors
ProceedStudentAwardRequest()
Declaration
public ProceedStudentAwardRequest()
Properties
AcademicYearId
Declaration
public int AcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AllowCrossOverPell
Declaration
public bool AllowCrossOverPell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CostOfAttendence
Declaration
public decimal? CostOfAttendence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CurrentNeedBaseAmount
Declaration
public decimal? CurrentNeedBaseAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CurrentNonNeedBaseAmount
Declaration
public decimal? CurrentNonNeedBaseAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DisbursementScheduleId
Declaration
public int? DisbursementScheduleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EfcOffset
Declaration
public decimal EfcOffset { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GrossAmount
Declaration
public decimal? GrossAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
IsAdditionalEligibility
Declaration
public bool IsAdditionalEligibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAdJustAmount
Declaration
public bool IsAdJustAmount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAlternativePell
Declaration
public bool IsAlternativePell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEligibleForDirLoan
Declaration
public bool IsEligibleForDirLoan { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnrollStatus
Declaration
public bool IsEnrollStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFsaIneligibilityCode
Declaration
public bool IsFsaIneligibilityCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsLoanExist
Declaration
public bool IsLoanExist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNeedBased
Declaration
public bool IsNeedBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUpdateDependencyStatus
Declaration
public bool IsUpdateDependencyStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NeedBasedGrossAmount
Declaration
public decimal? NeedBasedGrossAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
NonNeedBasedGrossAmount
Declaration
public decimal? NonNeedBasedGrossAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PackagedEfc
Declaration
public decimal PackagedEfc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PellPaidEfc
Declaration
public decimal PellPaidEfc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
RoundDisbs
Declaration
public bool RoundDisbs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
TypeOfAid
Declaration
public string TypeOfAid { get; set; }
Property Value
Type |
Description |
System.String |
|