The Address type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Address |
Initializes a new blank Address.
| |
| Address(String, String, String, String, String, String, String, String, Byte , String, Boolean) |
Initializes a complete Address, performing Address Standardization if indicated.
|
Properties
| Name | Description | |
|---|---|---|
| ACEError | ||
| ACEStatus | ||
| Address1 |
Required
| |
| Address2 |
Optional
| |
| CarrierRT | ||
| CheckDigit | ||
| City |
Optional; Required if ZIP5 not provided.
| |
| CompanyName |
Optional
| |
| DeliveryPoint | ||
| EntryPointZIP5 |
Optional
| |
| Logo |
Optional
| |
| Name |
Optional
| |
| StandardizeAddress |
Optional
| |
| State |
Optional; Required if ZIP5 not provided.
| |
| ZIP4 |
Optional
| |
| ZIP5 |
Optional; Required if City and State not provided.
|
See Also