Alokai

RemoveCouponFromCartOutput

Contains details about the cart after removing a coupon.

type RemoveCouponFromCartOutput = {
  __typename?: 'RemoveCouponFromCartOutput'; /** The cart after removing a coupon. */
  cart?: Maybe<Cart>;
};

Referenced Types

On this page