Class AddressInfo
Interface providing information about an address.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class AddressInfo
Constructors
AddressInfo()
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)