Class GetIsirForStudentAwardPellEstimateResponse
The GetISIRForStudentAwardPellEstimateResponse represents the response Object for the GetISIRForStudentAwardPellEstimate method of StudentAwardPellEstimateService.
Inheritance
System.Object
GetIsirForStudentAwardPellEstimateResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetIsirForStudentAwardPellEstimateResponse : ServiceResponse
Constructors
GetIsirForStudentAwardPellEstimateResponse()
Declaration
public GetIsirForStudentAwardPellEstimateResponse()
Properties
DependencyId
Declaration
public string DependencyId { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentStatusId
Declaration
public int? EnrollmentStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
GradeLevelId
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
HousingStatus
Declaration
public string HousingStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentExemptions
Declaration
public int? ParentExemptions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ParentIncome
Declaration
public double? ParentIncome { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public decimal? ParentIncomeTax { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ParentLegalStateId
Declaration
public int? ParentLegalStateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ParentMaritalStatus
Declaration
public bool? ParentMaritalStatus { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ParentNumCollege
Declaration
public int? ParentNumCollege { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ParentNumFamily
Declaration
public int? ParentNumFamily { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PEFC
Declaration
public decimal PEFC { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PellAmount
Declaration
public decimal PellAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StudentExemption
Declaration
public int? StudentExemption { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentIncome
Declaration
public decimal? StudentIncome { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Declaration
public decimal? StudentIncomeTax { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
StudentLegalStateId
Declaration
public int? StudentLegalStateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentMarried
Declaration
public bool? StudentMarried { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
StudentNumCollege
Declaration
public int StudentNumCollege { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumFamily
Declaration
public int? StudentNumFamily { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|