@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductDiscountChangeValueAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeValue"

    New value to set. Must not be empty.