Interface AddressValidationInfoInterfaceInternal

Interface version of AddressValidationInfo

interface AddressValidationInfoInterface {
    __typename: "AddressValidationInfo";
    additional: AdditionalAddressInformationInterface;
    normalized_address: DomesticAddressInterface;
    original_address: DomesticAddressInterface;
    warnings: AddressValidationNoteInterface[];
}

Hierarchy (View Summary)

Implemented by

Properties

__typename: "AddressValidationInfo"

Typename that can be used for type guards instead of instanceof

Additional information about the address, mostly concerning its validity

normalized_address: DomesticAddressInterface

The address as corrected by USPS

original_address: DomesticAddressInterface

The original address entered by the user

A list of warnings and corrections to the address, sorted from most critical to least critical