Class AutoCreateDisbursementResponse
Inheritance
System.Object
AutoCreateDisbursementResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoCreateDisbursementResponse : ServiceResponse
Constructors
AutoCreateDisbursementResponse()
Declaration
public AutoCreateDisbursementResponse()
Properties
AutoCreateDisbursementList
Gets or sets the PackageList.
Declaration
public List<ScheduledDisbursementEntity> AutoCreateDisbursementList { get; set; }
Property Value
AwardGrossAmount
Declaration
public decimal AwardGrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
DisbursementDatesOutsideAwardYear
Declaration
public bool DisbursementDatesOutsideAwardYear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FaLenderId
Declaration
public int? FaLenderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FeePercentage
Declaration
public decimal FeePercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GuarantorLendingInstitutionId
Declaration
public int? GuarantorLendingInstitutionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LenderFee
Declaration
public decimal LenderFee { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
MultipleDisbursementRuleFailed
Declaration
public bool MultipleDisbursementRuleFailed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RebatePercentage
Declaration
public decimal RebatePercentage { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ServicerLendingInstitutionId
Declaration
public int? ServicerLendingInstitutionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|