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

    Interface ProductDiscountReference

    interface ProductDiscountReference {
        id: string;
        obj?: ProductDiscount;
        typeId: "product-discount";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ProductDiscount.

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

    typeId: "product-discount"

    Type of referenced resource.