AddressValidationStatus type

Status of address validation.
KnownAddressValidationStatus can be used interchangeably with AddressValidationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Valid: Address provided is valid.
Invalid: Address provided is invalid or not supported.
Ambiguous: Address provided is ambiguous, please choose one of the alternate addresses returned.

type AddressValidationStatus = string