PaymentIntentIdeal constructor

const PaymentIntentIdeal({
  1. PaymentIntentIdealBank? bank,
})

param

If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.

Implementation

const PaymentIntentIdeal({this.bank});