interface ProductDiscountChangeValueAction {
    action: "changeValue";
    value: ProductDiscountValueDraft;
}

Hierarchy (View Summary, Expand)

Properties

Properties

action: "changeValue"

New value to set. Must not be empty.

MMNEPVFCICPMFPCPTTAAATR