PaymentIntentKlarna constructor

const PaymentIntentKlarna({
  1. AccountDob? dob,
})

param

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

Implementation

const PaymentIntentKlarna({this.dob});