Interface IGroupAddressCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IGroupAddressCriteria
- Extension Methods
-
Properties
AddressType
string AddressType { get; set; }
Property Value
- string
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
GroupIdentifier
Guid? GroupIdentifier { get; set; }
Property Value
- Guid?
Latitude
decimal? Latitude { get; set; }
Property Value
- decimal?
Longitude
decimal? Longitude { get; set; }
Property Value
- decimal?
OrganizationIdentifier
Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
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