Interface DiscountCodeChangeCartDiscountsAction

interface DiscountCodeChangeCartDiscountsAction {
    action: "changeCartDiscounts";
    cartDiscounts: CartDiscountResourceIdentifier[];
}

Properties

action: "changeCartDiscounts"

New value to set.

Generated using TypeDoc