Module: ShipEngine::Enums::AddressStatus
- Defined in:
- lib/shipengine/enums/address_status.rb
Constant Summary collapse
- UNVERIFIED =
Address validation was not validated against the database because pre-validation failed.
"unverified"- VERIFIED =
Address was successfully verified.
"verified"- WARNING =
The address was validated, but the address should be double checked.
"warning"- ERROR =
The address could not be validated with any degree of certainty against the database.
"error"- ALL =
[ UNVERIFIED, VERIFIED, WARNING, ERROR, ].freeze