Class CalculateStudentAwardGrantResponse
Inheritance
System.Object
CalculateStudentAwardGrantResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculateStudentAwardGrantResponse : ServiceResponse
Constructors
CalculateStudentAwardGrantResponse()
Declaration
public CalculateStudentAwardGrantResponse()
Properties
AmountToPackage
Declaration
public decimal AmountToPackage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsReoriginate
Declaration
public bool IsReoriginate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OriginationAmount
Declaration
public decimal OriginationAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OriginationStatus
Declaration
public string OriginationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduledDisbursements
Declaration
public List<ScheduledDisbursementEntity> ScheduledDisbursements { get; set; }
Property Value