Class PellRecalculateJobResponse
Represents the response for the BatchAcademicStudentStatusChange method.
Inheritance
System.Object
PellRecalculateJobResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PellRecalculateJobResponse : ServiceResponse
Constructors
PellRecalculateJobResponse()
Declaration
public PellRecalculateJobResponse()
Properties
AmountPackaged
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CompletedMessage
Declaration
public string CompletedMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
IsCompleted
Declaration
public bool IsCompleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPellAnnualAmountAlreadyRecalculated
Declaration
public bool IsPellAnnualAmountAlreadyRecalculated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OriginationAmount
Declaration
public decimal? OriginationAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PellRecalculateJobScheduledDisbursementList
Declaration
public List<PellRecalculateJobScheduledDisbursement> PellRecalculateJobScheduledDisbursementList { get; set; }
Property Value
ScheduledAmount
Declaration
public int? ScheduledAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|