Class CreateUserMock
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateUserMock
- Inheritance
-
CreateUserMock
- Inherited Members
-
- Extension Methods
-
Constructors
CreateUserMock()
Properties
AccountCode
public string AccountCode { get; set; }
Property Value
- string
AddressPostalCode
public string AddressPostalCode { get; set; }
Property Value
- string
AddressStreet
public string AddressStreet { get; set; }
Property Value
- string
Birthdate
public DateTime Birthdate { get; set; }
Property Value
- DateTime
Email
public string Email { get; set; }
Property Value
- string
FirstName
public string FirstName { get; set; }
Property Value
- string
LastName
public string LastName { get; set; }
Property Value
- string
MockIdentifier
public Guid MockIdentifier { get; set; }
Property Value
- Guid
MockNumber
public int MockNumber { get; set; }
Property Value
- int
Phone
public string Phone { get; set; }
Property Value
- string