Class ApproveBatchDisbursementResponse
Inheritance
System.Object
ApproveBatchDisbursementResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ApproveBatchDisbursementResponse : ServiceResponse
Constructors
ApproveBatchDisbursementResponse()
Declaration
public ApproveBatchDisbursementResponse()
Properties
IsBatchSplit
Declaration
public bool IsBatchSplit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NewBatchNumber
Declaration
public int NewBatchNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SplitBatchNumberOfDisbursements
Declaration
public int SplitBatchNumberOfDisbursements { get; set; }
Property Value
Type |
Description |
System.Int32 |
|