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

    Interface DiscountCodeReference

    interface DiscountCodeReference {
        id: string;
        obj?: DiscountCode;
        typeId: "discount-code";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced DiscountCode.

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

    typeId: "discount-code"

    Type of referenced resource.