Class DocumentTranscriptInboundResponse
Inheritance
System.Object
DocumentTranscriptInboundResponse
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentTranscriptInboundResponse : ServiceResponse
Constructors
DocumentTranscriptInboundResponse()
Declaration
public DocumentTranscriptInboundResponse()
Properties
DownloadedFileName
Declaration
public string DownloadedFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
DownloadedFilePath
Declaration
public string DownloadedFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
RequestedDocumentTranscriptList
Declaration
public List<RequestedDocumentTranscript> RequestedDocumentTranscriptList { get; set; }
Property Value
TranscriptRequestInboundStudents
Declaration
public List<TranscriptRequestInboundStudent> TranscriptRequestInboundStudents { get; set; }
Property Value