Class EligibilityReviewDisbursementRequest
Inheritance
System.Object
EligibilityReviewDisbursementRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class EligibilityReviewDisbursementRequest : ServiceRequest
Constructors
EligibilityReviewDisbursementRequest()
Declaration
public EligibilityReviewDisbursementRequest()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AttRfmsPellId
Declaration
public string AttRfmsPellId { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchId
Declaration
public int BatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusCriteriaXml
Declaration
public string CampusCriteriaXml { get; set; }
Property Value
Type |
Description |
System.String |
|
CertifiedDate
Declaration
public DateTime? CertifiedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisbursementBatchDetailId
Declaration
public int DisbursementBatchDetailId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DisbursementCriteria
Declaration
public string DisbursementCriteria { get; set; }
Property Value
Type |
Description |
System.String |
|
FailedReason
Declaration
public long? FailedReason { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
GridRowId
Declaration
public int GridRowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFirstTimeBorrower
Declaration
public bool IsFirstTimeBorrower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPaid
Declaration
public bool IsPaid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoanEndDate
Declaration
public DateTime? LoanEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ScheduledDisbursementDate
Declaration
public DateTime ScheduledDisbursementDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ScheduleDisbursementId
Declaration
public int ScheduleDisbursementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SchoolStatusId
Declaration
public int SchoolStatusId { 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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|