Class GetTitleIVCreditBalanceCalculationRequest
Inheritance
System.Object
GetTitleIVCreditBalanceCalculationRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetTitleIVCreditBalanceCalculationRequest : ServiceRequest
Constructors
GetTitleIVCreditBalanceCalculationRequest()
Declaration
public GetTitleIVCreditBalanceCalculationRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusGroupIdList
Declaration
public List<int> CampusGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsCreditBalance
Declaration
public bool IsCreditBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNoWaiver
Declaration
public bool IsNoWaiver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsParCrWaiver
Declaration
public bool IsParCrWaiver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsParT4Waiver
Declaration
public bool IsParT4Waiver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentCrWaiver
Declaration
public bool IsStudentCrWaiver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentT4Waiver
Declaration
public bool IsStudentT4Waiver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsToolAction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SchoolStatusIdList
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentAcademicYearDate1
Declaration
public string StudentAcademicYearDate1 { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearDate2
Declaration
public string StudentAcademicYearDate2 { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearDate3
Declaration
public string StudentAcademicYearDate3 { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearDate4
Declaration
public string StudentAcademicYearDate4 { get; set; }
Property Value
Type |
Description |
System.String |
|
SystemSchoolStatusCategoryIdList
Declaration
public List<int> SystemSchoolStatusCategoryIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|