Interface IPersonAddressCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IPersonAddressCriteria
- Extension Methods
-
Properties
City
string City { get; set; }
Property Value
- string
Country
string Country { get; set; }
Property Value
- string
Description
string Description { get; set; }
Property Value
- string
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
PostalCode
string PostalCode { get; set; }
Property Value
- string
Province
string Province { get; set; }
Property Value
- string
Street1
string Street1 { get; set; }
Property Value
- string
Street2
string Street2 { get; set; }
Property Value
- string