References a cart discount by key.

interface CartDiscountKeyReference {
    key: string;
    typeId: "cart-discount";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "cart-discount"

The type of the referenced resource.