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

Hierarchy (View Summary)

Properties

Properties

action: "changeValue"

New value to set. Must not be empty.