Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 613 Bytes

File metadata and controls

12 lines (9 loc) · 613 Bytes

ShipEngineSDK.Model.AddressValidationResult

An address validation result

Properties

Name Type Description Notes
Messages List<ResponseMessage> The list of messages that were generated during the address validation request. [readonly]
OriginalAddress Address The original address that was sent for validation
Status AddressValidationStatus
MatchedAddress Address The matched address found by the Shipengine API [readonly]