@oneblink/sdk-core
    Preparing search index...

    Interface GeoscapeAddress

    interface GeoscapeAddress {
        addressDetails?: AddressDetails;
        addressId: string;
        addressRecordType: "Primary" | "Secondary";
        asgsMain?: ASGSMain;
        asgsRemoteness?: ASGSRemoteness;
        buildingsRolloutStatus: "RELEASED";
        commonwealthElectorate?: CommonwealthElectorate;
        geo?: Geo;
        links: AddressLinks;
        localGovernmentArea?: LocalGovernmentArea;
        messages?: MessagesLegacy;
        relatedBuildingIds?: string[];
        stateElectorate?: StateElectorate;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    addressDetails?: AddressDetails
    addressId: string
    addressRecordType: "Primary" | "Secondary"
    asgsMain?: ASGSMain
    asgsRemoteness?: ASGSRemoteness
    buildingsRolloutStatus: "RELEASED"
    commonwealthElectorate?: CommonwealthElectorate
    geo?: Geo
    links: AddressLinks
    localGovernmentArea?: LocalGovernmentArea
    messages?: MessagesLegacy
    relatedBuildingIds?: string[]
    stateElectorate?: StateElectorate