Class TranscriptRequestOutboundRequest
Inheritance
System.Object
TranscriptRequestOutboundRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TranscriptRequestOutboundRequest : ServiceRequest
Constructors
TranscriptRequestOutboundRequest()
Declaration
public TranscriptRequestOutboundRequest()
Properties
batchName
Declaration
public string batchName { get; set; }
Property Value
Type |
Description |
System.String |
|
campusId
Declaration
public int campusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
downLoadPath
Declaration
public string downLoadPath { get; set; }
Property Value
Type |
Description |
System.String |
|
isOverride
Declaration
public bool isOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
printOptionType
Declaration
public List<string> printOptionType { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public string returnAddressInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
studentDetails
Declaration
public List<TranscriptRequestOutboundJobDetails> studentDetails { get; set; }
Property Value
studentTranscriptRequestOutboundRecord
Declaration
public TranscriptRequestOutboundJobDetails studentTranscriptRequestOutboundRecord { get; set; }
Property Value
transcriptType
Declaration
public string transcriptType { get; set; }
Property Value
Type |
Description |
System.String |
|
userId
Declaration
public int userId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|