Class GetDisbursementBatchesByCampusResponse
Represents the response for the GetMultiCampusDisbursementBatches method.
Inheritance
System.Object
GetDisbursementBatchesByCampusResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetDisbursementBatchesByCampusResponse : ServiceResponse
Constructors
GetDisbursementBatchesByCampusResponse()
Declaration
public GetDisbursementBatchesByCampusResponse()
Properties
DisbursementBatchesByCampusList
Declaration
public List<DisbursementBatchesByCampus> DisbursementBatchesByCampusList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DisbursementBatchesByCampus> |