Class IndividualRequestInput
- Namespace
- Shift.Toolbox.Integration.DirectAccess
- Assembly
- Shift.Toolbox.dll
public class IndividualRequestInput
- Inheritance
-
IndividualRequestInput
- Inherited Members
-
- Extension Methods
-
Constructors
public IndividualRequestInput()
Properties
public DateTime? DOB { get; set; }
Property Value
- DateTime?
public string Email { get; set; }
Property Value
- string
public string ExamFormCode { get; set; }
Property Value
- string
public string FirstName { get; set; }
Property Value
- string
public string IndividualId { get; set; }
Property Value
- string
public string LastName { get; set; }
Property Value
- string
public string Program { get; set; }
Property Value
- string
public string Raw { get; set; }
Property Value
- string
Methods
public IndividualRequestInput Deserialize(string json)
Parameters
json string
Returns
- IndividualRequestInput
public bool Equals(string json)
Parameters
json string
Returns
- bool
public string Serialize()
Returns
- string