Alokai

PaymentMethodOptionsConfiguration

export type PaymentMethodOptionsConfiguration = {
    [key in keyof PaymentMethods]?: Partial<PaymentMethodOptions<key>>;
};

Referenced Types

  • PaymentMethods
  • PaymentMethodOptions

On this page