Address MembersConfirmDelivery Inc API Documentation

The Address type exposes the following members.
Constructors

  NameDescription
Public methodAddress 
Initializes a new blank Address.
Public methodAddress(String, String, String, String, String, String, String, String,  Byte , String, Boolean)
Initializes a complete Address, performing Address Standardization if indicated.
Back to Top
Properties

  NameDescription
Public propertyACEError
Public propertyACEStatus
Public propertyAddress1
Required
Public propertyAddress2
Optional
Public propertyCarrierRT
Public propertyCheckDigit
Public propertyCity
Optional; Required if ZIP5 not provided.
Public propertyCompanyName
Optional
Public propertyDeliveryPoint
Public propertyEntryPointZIP5
Optional
Public propertyLogo
Optional
Public propertyName
Optional
Public propertyStandardizeAddress
Optional
Public propertyState
Optional; Required if ZIP5 not provided.
Public propertyZIP4
Optional
Public propertyZIP5
Optional; Required if City and State not provided.
Back to Top
See Also