PaymentIntentCreateOptionsPaymentMethodOptionsKlarna constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsKlarna({
  1. SessionCaptureMethod? captureMethod,
  2. PaymentIntentPreferredLocale? preferredLocale,
})

payment_method_options_param

If this is a `klarna` PaymentMethod, this sub-hash contains details about the Klarna payment method options.

Implementation

const PaymentIntentCreateOptionsPaymentMethodOptionsKlarna({
  this.captureMethod,
  this.preferredLocale,
});