Alokai

PaymentConfigItem

Contains payment fields that are common to all types of payment methods.

type PaymentConfigItem = {
  code?: Maybe<Scalars['String']['output']>; /** Indicates whether the payment method is displayed */
  is_visible?: Maybe<Scalars['Boolean']['output']>; /** Defines the payment intent (Authorize or Capture */
  payment_intent?: Maybe<Scalars['String']['output']>; /** The PayPal parameters required to load the JS SDK */
  sdk_params?: Maybe<Array<Maybe<SdkParams>>>; /** The relative order the payment method is displayed on the checkout page */
  sort_order?: Maybe<Scalars['String']['output']>; /** The name displayed for the payment method */
  title?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page