Alokai

CartDiscountValueInput

type CartDiscountValueInput = {
  relative?: InputMaybe<RelativeDiscountValueInput>;
  absolute?: InputMaybe<AbsoluteDiscountValueInput>;
  fixed?: InputMaybe<FixedPriceDiscountValueInput>;
  giftLineItem?: InputMaybe<GiftLineItemValueInput>;
};

Referenced Types

On this page