References a discount code by key.

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

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "discount-code"

The type of the referenced resource.