Class SaveStudentNsldsResponse
Inheritance
System.Object
SaveStudentNsldsResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentNsldsResponse : ServiceResponse
Constructors
SaveStudentNsldsResponse()
Declaration
public SaveStudentNsldsResponse()
Properties
ExistingOverlappingLoanPeriodDetails
Declaration
public List<ExistingOverlappingLoanPeriodDetails> ExistingOverlappingLoanPeriodDetails { get; set; }
Property Value
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 |
|
IsBothLoanOverlap
Declaration
public bool IsBothLoanOverlap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCurrentOverLap
Declaration
public bool IsCurrentOverLap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverLapExist
Declaration
public bool IsOverLapExist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStubPlComplete
Declaration
public bool IsStubPlComplete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStubPlExist
Declaration
public bool IsStubPlExist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NsldsGrant
Declaration
public List<NsldsGrant> NsldsGrant { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<NsldsGrant> |
|
NsldsLoan
Declaration
public List<NsldsLoan> NsldsLoan { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<NsldsLoan> |
|
OldStubUnits
Declaration
public decimal? OldStubUnits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
OldStubWeeks
Declaration
public int? OldStubWeeks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OverLapLoanPeriodEndDate
Declaration
public DateTime? OverLapLoanPeriodEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OverlapLoanPeriodStartDate
Declaration
public DateTime? OverlapLoanPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OverlappingLoanPeriod
Declaration
public string OverlappingLoanPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
OverlapStudentEnrollmentPeriodIdCollection
Declaration
public string OverlapStudentEnrollmentPeriodIdCollection { get; set; }
Property Value
Type |
Description |
System.String |
|
OverlapText
Declaration
public string OverlapText { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousAcademicYearPeriod
Declaration
public string PreviousAcademicYearPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousAcademicYearStartDate
Declaration
public DateTime? PreviousAcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PreviousAcademicYearWeek
Declaration
public int PreviousAcademicYearWeek { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RecommendedCreditsHours
Declaration
public string RecommendedCreditsHours { get; set; }
Property Value
Type |
Description |
System.String |
|
RecommendedWeeks
Declaration
public double RecommendedWeeks { get; set; }
Property Value
Type |
Description |
System.Double |
|