Interface CartDiscountChangeRequiresDiscountCodeAction

interface CartDiscountChangeRequiresDiscountCodeAction {
    action: "changeRequiresDiscountCode";
    requiresDiscountCode: boolean;
}

Properties

action: "changeRequiresDiscountCode"
requiresDiscountCode: boolean

New value to set. If set to true, the Discount can only be used in connection with a DiscountCode.

Generated using TypeDoc