PaymentIntentCreateOptionsPaymentMethodOptionsKlarna constructor
const
PaymentIntentCreateOptionsPaymentMethodOptionsKlarna({
- SessionCaptureMethod? captureMethod,
- 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,
});