Alokai

SetPaymentMethodOnCartOutput

Contains details about the cart after setting the payment method.

type SetPaymentMethodOnCartOutput = {
  __typename?: 'SetPaymentMethodOnCartOutput'; /** The cart after setting the payment method. */
  cart: Cart;
};

Referenced Types

On this page