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>;
};