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

    Interface AddressValue

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

    Properties

    city?: string
    country: string
    houseNumber?: string
    state?: string
    street?: string
    zip?: string