Class RequestStatusOutput
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class RequestStatusOutput
- Inheritance
-
RequestStatusOutput
- Inherited Members
-
- Extension Methods
-
Constructors
public RequestStatusOutput()
Properties
public bool Error { get; set; }
Property Value
- bool
public string ExamId { get; set; }
Property Value
- string
public string IndividualId { get; set; }
Property Value
- string
public int ProcessingTime { get; set; }
Property Value
- int
public string Raw { get; set; }
Property Value
- string
public string ReceiptId { get; set; }
Property Value
- string
public string SessionId { get; set; }
Property Value
- string
public string Status { get; set; }
Property Value
- string
Methods
public static RequestStatusOutput Deserialize(string xml)
Parameters
xml string
Returns
- RequestStatusOutput