Class GetAgencyRecordsForBatchResponse
Inheritance
System.Object
GetAgencyRecordsForBatchResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetAgencyRecordsForBatchResponse : ServiceResponse
Constructors
GetAgencyRecordsForBatchResponse()
Declaration
public GetAgencyRecordsForBatchResponse()
Properties
AgencyRecordsForBatch
Declaration
public List<AgencyRecordForBatch> AgencyRecordsForBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AgencyRecordForBatch> |