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

    Interface BusinessUnitReference

    interface BusinessUnitReference {
        id: string;
        obj?: BusinessUnit;
        typeId: "business-unit";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced BusinessUnit.

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

    typeId: "business-unit"

    Type of referenced resource.