Class CalculateStudentAwardGrantRequest
Inheritance
System.Object
CalculateStudentAwardGrantRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculateStudentAwardGrantRequest : ServiceRequest
Constructors
CalculateStudentAwardGrantRequest()
Declaration
public CalculateStudentAwardGrantRequest()
Properties
AmountToPackage
Declaration
public decimal AmountToPackage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ContinueReoriginate
Declaration
public bool ContinueReoriginate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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