Class ProRatePellRequest
Inheritance
System.Object
ProRatePellRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProRatePellRequest : ServiceRequest
Constructors
ProRatePellRequest()
Declaration
public ProRatePellRequest()
Properties
FullPell
Declaration
public decimal FullPell { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FullPellAmount
Declaration
public decimal FullPellAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsStaffordLoan
Declaration
public bool IsStaffordLoan { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAwardEntity
Declaration
public StudentAwardEntity StudentAwardEntity { get; set; }
Property Value