PaymentIntentBancontact constructor
const
PaymentIntentBancontact({
- InvoicePaymentMethodOptionsBancontactPreferredLanguage? preferredLanguage,
- 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,
});