Table of Contents

Class CreateGroupAddress

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CreateGroupAddress
Inheritance
CreateGroupAddress
Inherited Members
Extension Methods

Constructors

CreateGroupAddress()

public CreateGroupAddress()

Properties

AddressIdentifier

public Guid AddressIdentifier { get; set; }

Property Value

Guid

AddressType

public string AddressType { get; set; }

Property Value

string

City

public string City { get; set; }

Property Value

string

Country

public string Country { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

Latitude

public decimal? Latitude { get; set; }

Property Value

decimal?

Longitude

public decimal? Longitude { get; set; }

Property Value

decimal?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string