Address Class |
[This is preliminary documentation and is subject to change.]
Namespace: Purolator.Webservice.Objects
The Address type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add1 |
Address line 1 is required.
|
![]() | Add2 |
Address line 2 is optional.
|
![]() | City |
The city.
|
![]() | Company |
Company
|
![]() | Country |
The ISO 3166 two character country code. ('CA' - Canada, 'US' - United States)
|
![]() |
The notification email address.
| |
![]() | Name |
Name
|
![]() | Phone |
The phone number.
|
![]() | PostalCode |
The postal code.
|
![]() | StateProv |
The two letter province designation.
|
Name | Description | |
---|---|---|
![]() | CleanupAddress | |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetValidationAddress | |
![]() | IsEmpty |
Determines if all the address fields are null or empty.
|
![]() ![]() | IsNullOrEmpty |
Determines if the address is null or all the address fields are null or empty.
|