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