PaymentIntentP24 constructor

const PaymentIntentP24({
  1. PaymentIntentP24Bank? bank,
})

param

If this is a `p24` PaymentMethod, this hash contains details about the P24 payment method.

Implementation

const PaymentIntentP24({this.bank});