interface CartDiscountChangeValueAction {
    action: "changeValue";
    value: CartDiscountValueDraft;
}

Properties

Properties

action: "changeValue"

New value to set.

Generated using TypeDoc