Class RecalculateDisbursementResponse
Inheritance
System.Object
RecalculateDisbursementResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RecalculateDisbursementResponse : ServiceResponse
Constructors
RecalculateDisbursementResponse()
Declaration
public RecalculateDisbursementResponse()
Properties
AmountAdjusted
Declaration
public bool AmountAdjusted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Disbursements
Declaration
public List<ScheduledDisbursementEntity> Disbursements { get; set; }
Property Value
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
InterestRebatePercentage
Declaration
public decimal InterestRebatePercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
LenderFee
Declaration
public decimal LenderFee { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OriginationFeePercentage
Declaration
public decimal OriginationFeePercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Rebate
Declaration
public decimal Rebate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|