interface CartDiscountChangeTargetAction {
    action: "changeTarget";
    target: CartDiscountTarget;
}

Properties

Properties

action: "changeTarget"

New value to set.

Generated using TypeDoc