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