Table of Contents

Class Address

Namespace
InSite.Domain.Integrations.Prometric
Assembly
Shift.Sdk.dll
public class Address
Inheritance
Address
Inherited Members
Extension Methods

Constructors

Address()

public Address()

Properties

Address1

public string Address1 { get; set; }

Property Value

string

Address2

public string Address2 { get; set; }

Property Value

string

Address3

public string Address3 { get; set; }

Property Value

string

Address4

public string Address4 { get; set; }

Property Value

string

City

public string City { get; set; }

Property Value

string

CountryCode

public string CountryCode { get; set; }

Property Value

string

PostalCode

public string PostalCode { get; set; }

Property Value

string

Province

public string Province { get; set; }

Property Value

string