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