Class SaveStudentNsldsRequest
Inheritance
System.Object
SaveStudentNsldsRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentNsldsRequest : ServiceRequest
Constructors
SaveStudentNsldsRequest()
Declaration
public SaveStudentNsldsRequest()
Properties
AggregateCombinedBalance
Declaration
public decimal? AggregateCombinedBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AggregateSubsidizedBalance
Declaration
public decimal? AggregateSubsidizedBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AggregateUnsubsidizedBalance
Declaration
public decimal? AggregateUnsubsidizedBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAllowedNullCreditsForOverlappingPeriod
Declaration
public bool IsAllowedNullCreditsForOverlappingPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedtoRecalculateOvelapLoanPeriod
Declaration
public bool IsAllowedtoRecalculateOvelapLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowedtoRevaluateExistingLoanPeriod
Declaration
public bool IsAllowedtoRevaluateExistingLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsReCalcculateOverlapPeriod
Declaration
public bool IsReCalcculateOverlapPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NsldsGrants
Declaration
public List<NsldsGrant> NsldsGrants { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<NsldsGrant> |
|
NsldsLoans
Declaration
public List<NsldsLoan> NsldsLoans { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<NsldsLoan> |
|
NumberWeeksInPreviousAcademicYear
Declaration
public double NumberWeeksInPreviousAcademicYear { get; set; }
Property Value
Type |
Description |
System.Double |
|
Sleu
Declaration
public decimal? Sleu { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceDate
Declaration
public DateTime? SourceDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StubUnits
Declaration
public decimal? StubUnits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
StubWeeks
Declaration
public int? StubWeeks { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|