Class PellRecalculateJobRequest
Represents the request for the BatchPellAnnualAmountAndRecalculate method.
Inheritance
System.Object
PellRecalculateJobRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PellRecalculateJobRequest : ServiceRequest
Constructors
PellRecalculateJobRequest()
Declaration
public PellRecalculateJobRequest()
Properties
AmountPackaged
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FaStudentAidId
Declaration
public int FaStudentAidId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ScheduledAmount
Declaration
public int? ScheduledAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAwardPellId
Declaration
public int StudentAwardPellId { 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 |
|