Class GetGrossAmountResponse
The GetGrossAmountResponse represents the response Object for the GetGrossAmountResponse method of StudentAwardPellEstimateService.
Inheritance
System.Object
GetGrossAmountResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetGrossAmountResponse : ServiceResponse
Constructors
GetGrossAmountResponse()
Declaration
public GetGrossAmountResponse()
Properties
ActualOriginationAmount
Declaration
public decimal ActualOriginationAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AdditionalEligibilityValidation
Declaration
public bool AdditionalEligibilityValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AmountAllocated
Declaration
public decimal AmountAllocated { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AmountDisbursed
Declaration
public decimal AmountDisbursed { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsApplyAdditionalEligibility
Declaration
public bool IsApplyAdditionalEligibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCrossOverPellAllowed
Declaration
public bool IsCrossOverPellAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OriginationAmount
Declaration
public decimal OriginationAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PellLeuPercentage
Declaration
public decimal PellLeuPercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TotalAmountDisbursed
Declaration
public decimal TotalAmountDisbursed { get; set; }
Property Value
Type |
Description |
System.Decimal |
|