Table of Contents

Class Address

Namespace
InSite.Api.Models.Documents
Assembly
InSite.UI.dll
public class Address
Inheritance
Address
Inherited Members

Constructors

Address()

public Address()

Properties

City

public string City { get; set; }

Property Value

string

Country

public string Country { get; set; }

Property Value

string

PostalCode

public string PostalCode { get; set; }

Property Value

string

State

public string State { get; set; }

Property Value

string

Street1

public string Street1 { get; set; }

Property Value

string

Street2

public string Street2 { get; set; }

Property Value

string