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

    Interface DiscountGroupReference

    interface DiscountGroupReference {
        id: string;
        obj?: DiscountGroup;
        typeId: "discount-group";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced DiscountGroup.

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

    typeId: "discount-group"

    Type of referenced resource.