Class AddressInfo
Interface providing information about an address.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class AddressInfo
Constructors
AddressInfo()
Interface providing information about an address.
Declaration
public AddressInfo()
Properties
AddressLine1
Address, line 1
Declaration
public string AddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
string |
AddressLine2
Address, line 2
Declaration
public string AddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
string |
AddressLine3
Address, line 3
Declaration
public string AddressLine3 { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Town
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
Country code
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCode
Postcode.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |