Class RecalculateDisbursementRequest
Inheritance
System.Object
RecalculateDisbursementRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RecalculateDisbursementRequest : ServiceRequest
Constructors
RecalculateDisbursementRequest()
Declaration
public RecalculateDisbursementRequest()
Properties
AdditionalEligibilityIndicator
Declaration
public bool? AdditionalEligibilityIndicator { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
AmountToPackage
Declaration
public decimal AmountToPackage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ApplicationProcessingStatus
Declaration
public string ApplicationProcessingStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CostOfAttendance
Declaration
public decimal CostOfAttendance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Disbursements
Declaration
public List<ScheduledDisbursementEntity> Disbursements { get; set; }
Property Value
EnrollmentStatus
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceGroupId
Declaration
public int FundSourceGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GuarantorId
Declaration
public int? GuarantorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsCalledFromProcess
Declaration
public bool IsCalledFromProcess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsInvalidEfc
Declaration
public bool IsInvalidEfc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRecalculate
Declaration
public bool IsRecalculate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LenderFee
Declaration
public decimal LenderFee { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
LenderId
Declaration
public int? LenderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LoanEndDate
Declaration
public DateTime? LoanEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LoanStartDate
Declaration
public DateTime? LoanStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OriginalFee
Declaration
public decimal OriginalFee { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PellCostAttendance
Declaration
public decimal? PellCostAttendance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PellRecalculateTermId
Declaration
public int PellRecalculateTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PellRecalculateType
Declaration
public int PellRecalculateType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RebatePercentage
Declaration
public decimal RebatePercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardPellId
Declaration
public int? StudentAwardPellId { 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 |
|
StudentLoanPeriodId
Declaration
public int? StudentLoanPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|