PaymentIntentSofort constructor

const PaymentIntentSofort({
  1. required PaymentIntentCountry country,
})

param

If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.

Implementation

const PaymentIntentSofort({required this.country});