Click or drag to resize

Address Class

Represents an Address of an Account/Company.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIAddress

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Address

The Address type exposes the following members.

Constructors
 NameDescription
Public methodAddressInitializes a new instance of the Address class
Top
Properties
 NameDescription
Public propertyAddressline Address line.
Public propertyAddressline2 OBSOLETE field please use Addressline instead.
Public propertyAddressline3 OBSOLETE field please use Addressline instead.
Public propertyCity City.
Public propertyCompanyGUID Unique identifier representing the Company information of an Address.
Public propertyCountryCode Address country code.
Public propertyCountryGUID Address country GUID.
Public propertyCountryName Address country name.
Public propertyCountryRegionGUID Address country region unique identifier.
Public propertyCountryRegionName Address Country region name, if not from Severa.
Public propertyFax Fax number.
Public propertyGUID Unique identifier for the Address.
Public propertyIsBillingAddress Address is billing address.
Public propertyIsPostalAddress Address is postal address.
Public propertyIsVisitAddress Address is visiting address.
Public propertyMultiLineAddress Combination of all address lines of the Address.
Public propertyPhone Phone number.
Public propertyPostalCode Postal code / zip code.
Top
See Also