Alokai

SetPaymentMethodOnCartInput

Applies a payment method to the cart.

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

Referenced Types

On this page