Class ExamSubmissionResponse
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class ExamSubmissionResponse
- Inheritance
-
ExamSubmissionResponse
- Inherited Members
-
- Extension Methods
-
Constructors
public ExamSubmissionResponse()
Properties
public string Code { get; set; }
Property Value
- string
public string ExamId { get; set; }
Property Value
- string
public string IndividualId { get; set; }
Property Value
- string
public string Raw { get; set; }
Property Value
- string
public string ReceiptId { get; set; }
Property Value
- string
public string SessionId { get; set; }
Property Value
- string
Methods
public static ExamSubmissionResponse Deserialize(string json)
Parameters
json string
Returns
- ExamSubmissionResponse