References a discount code by key.

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

Properties

Properties

key: string
typeId: "discount-code"