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

    Interface PSPAddressFormat

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

    Properties

    city?: string
    country: string
    houseNumber?: string
    nrDetail?: string

    old name for houseNumber

    state?: string
    street?: string
    zip?: string