SetPaymentMethodAndPlaceOrderInput
Applies a payment method to the quote.
type SetPaymentMethodAndPlaceOrderInput = {
cart_id: Scalars['String']['input']; /** The payment method data to apply to the cart. */
payment_method: PaymentMethodInput;
};