PaymentIntentCreateOptionsPaymentMethodOptionsSofort constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsSofort({
  1. PaymentIntentPreferredLanguage? preferredLanguage,
  2. SessionPaypalSetupFutureUsage? setupFutureUsage,
})

payment_method_options_param

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

Implementation

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