Class AutoCreateDisbursementRequest
Inheritance
System.Object
AutoCreateDisbursementRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoCreateDisbursementRequest : ServiceRequest
Constructors
AutoCreateDisbursementRequest()
Declaration
public AutoCreateDisbursementRequest()
Properties
AmountToPackage
Declaration
public decimal AmountToPackage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AwardYear
Declaration
public string AwardYear { 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 |
|
IsAdditionalEligibilityValidation
Declaration
public bool IsAdditionalEligibilityValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCalledFromAutoPackage
Declaration
public bool IsCalledFromAutoPackage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCalledFromEstimates
Declaration
public bool IsCalledFromEstimates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PellCostOfAttendance
Declaration
public decimal? PellCostOfAttendance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PellPaidEfc
Declaration
public int? PellPaidEfc { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { 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 |
|
StudentLoanPeriodId
Declaration
public int? StudentLoanPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|