Alokai

PaymentMethodInfoInput

type PaymentMethodInfoInput = {
  paymentInterface?: InputMaybe<Scalars['String']>;
  method?: InputMaybe<Scalars['String']>;
  name?: InputMaybe<Array<LocalizedStringItemInputType>>;
};

Referenced Types

On this page