PaymentIntentEps constructor

const PaymentIntentEps({
  1. PaymentIntentBank? bank,
})

param

If this is an `eps` PaymentMethod, this hash contains details about the EPS payment method.

Implementation

const PaymentIntentEps({this.bank});