Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountCodeKeyReference

    Used by the Import API to identify a DiscountCode.

    interface DiscountCodeKeyReference {
        key: string;
        typeId: "discount-code";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced DiscountCode.

    typeId: "discount-code"

    Type of referenced resource.