Alokai

CancelOrderInput

Defines the order to cancel.

type CancelOrderInput = {
  order_id: Scalars['ID']['input']; /** Cancellation reason. */
  reason: Scalars['String']['input'];
};

Referenced Types

On this page