Alokai

SyncPaymentOrderInput

Synchronizes the payment order details

type SyncPaymentOrderInput = {
  cartId: Scalars['String']['input']; /** PayPal order ID */
  id: Scalars['String']['input'];
};

Referenced Types

On this page