References a cart discount by key.

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

Properties

Properties

key: string
typeId: "cart-discount"