Alokai

ConfirmCancelOrderInput

type ConfirmCancelOrderInput = {
  confirmation_key: Scalars['String']['input']; /** The unique ID of an `Order` type. */
  order_id: Scalars['ID']['input'];
};

Referenced Types

On this page