PaymentIntentBancontact constructor

const PaymentIntentBancontact({
  1. InvoicePaymentMethodOptionsBancontactPreferredLanguage? preferredLanguage,
  2. SessionPaypalSetupFutureUsage? setupFutureUsage,
})

payment_method_options_param

If this is a `bancontact` PaymentMethod, this sub-hash contains details about the Bancontact payment method options.

Implementation

const PaymentIntentBancontact({
  this.preferredLanguage,
  this.setupFutureUsage,
});