Home > @vsf-enterprise/commercetools-types > ProductDiscountUpdateAction
# ProductDiscountUpdateAction type
Signature:
export declare 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>;
};
References: InputMaybe, ChangeProductDiscountIsActive, ChangeProductDiscountName, ChangeProductDiscountPredicate, ChangeProductDiscountSortOrder, ChangeProductDiscountValue, SetProductDiscountDescription, SetProductDiscountKey, SetProductDiscountValidFrom, SetProductDiscountValidFromAndUntil, SetProductDiscountValidUntil