@gradientedge/commercetools-utils
    Preparing search index...

    Interface StateReference

    interface StateReference {
        id: string;
        obj?: State;
        typeId: "state";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced State.

    obj?: State

    Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.

    typeId: "state"

    Type of referenced resource.