Table of Contents

Interface IUserMockCriteria

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public interface IUserMockCriteria
Extension Methods

Properties

AccountCode

string AccountCode { get; set; }

Property Value

string

AddressPostalCode

string AddressPostalCode { get; set; }

Property Value

string

AddressStreet

string AddressStreet { get; set; }

Property Value

string

Birthdate

DateTime? Birthdate { get; set; }

Property Value

DateTime?

Email

string Email { get; set; }

Property Value

string

Filter

QueryFilter Filter { get; set; }

Property Value

QueryFilter

FirstName

string FirstName { get; set; }

Property Value

string

LastName

string LastName { get; set; }

Property Value

string

MockNumber

int? MockNumber { get; set; }

Property Value

int?

Phone

string Phone { get; set; }

Property Value

string