Click or drag to resize

Address Class

[This is preliminary documentation and is subject to change.]

Canadian Address
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsAddress

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class Address

The Address type exposes the following members.

Properties
  NameDescription
Public propertyAdd1
Address line 1 is required.
Public propertyAdd2
Address line 2 is optional.
Public propertyCity
The city.
Public propertyCompany
Company
Public propertyCountry
The ISO 3166 two character country code. ('CA' - Canada, 'US' - United States)
Public propertyEmail
The notification email address.
Public propertyName
Name
Public propertyPhone
The phone number.
Public propertyPostalCode
The postal code.
Public propertyStateProv
The two letter province designation.
Top
Methods
See Also