Class ApproveBatchDisbursementRequest
Inheritance
System.Object
ApproveBatchDisbursementRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ApproveBatchDisbursementRequest : ServiceRequest
Constructors
ApproveBatchDisbursementRequest()
Declaration
public ApproveBatchDisbursementRequest()
Properties
AgencyBranchId
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ApproveBatchDisbursementList
Declaration
public List<ApproveDisbursementRequest> ApproveBatchDisbursementList { get; set; }
Property Value
FailedDisbursements
Declaration
public long FailedDisbursements { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
IsAutoPost
Declaration
public bool IsAutoPost { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCommonLineImport
Declaration
public bool IsCommonLineImport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnforeBatchIntegrity
Declaration
public bool IsEnforeBatchIntegrity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewBatch
Declaration
public bool IsNewBatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaidDisbursementCount
Declaration
public int PaidDisbursementCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReviewStatus
Declaration
public short ReviewStatus { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
TotalNumberOfDisbursements
Declaration
public int TotalNumberOfDisbursements { get; set; }
Property Value
Type |
Description |
System.Int32 |
|