Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ProductDiscountUpdateAction

export type ProductDiscountUpdateAction = {
    changeIsActive?: InputMaybe<ChangeProductDiscountIsActive>;
    changeName?: InputMaybe<ChangeProductDiscountName>;
    changePredicate?: InputMaybe<ChangeProductDiscountPredicate>;
    changeSortOrder?: InputMaybe<ChangeProductDiscountSortOrder>;
    changeValue?: InputMaybe<ChangeProductDiscountValue>;
    setDescription?: InputMaybe<SetProductDiscountDescription>;
    setKey?: InputMaybe<SetProductDiscountKey>;
    setValidFrom?: InputMaybe<SetProductDiscountValidFrom>;
    setValidFromAndUntil?: InputMaybe<SetProductDiscountValidFromAndUntil>;
    setValidUntil?: InputMaybe<SetProductDiscountValidUntil>;
};

Referenced Types

On this page