AddressValue | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface AddressValue

    Represents addresses as stored/used by WRD

    interface AddressValue {
        city?: string;
        country: string;
        houseNumber?: string;
        state?: string;
        street?: string;
        zip?: string;
    }
    Index

    Properties

    city?: string

    City

    country: string

    2 letter country code, uppercase, eg NL or US

    houseNumber?: string

    House number

    state?: string

    State, province or region

    street?: string

    Street value. If necessary use multiple address lines

    zip?: string

    Zip or postal code