setupFutureUsage property
- @JsonKey.new(name: "setup_future_usage")
inherited
To set up the SEPA Direct Debit account for reuse, set this parameter to off_session. SEPA Direct Debit only accepts an off_session value for this parameter. If a customer is provided on this PaymentIntent, the PaymentMethod will be attached to the customer when the PaymentIntent transitions to processing.
Implementation
@paymentMethodDetailJsonKey SepaDebitPaymentMethodDetails? get paymentMethod;/// To set up the SEPA Direct Debit account for reuse, set this parameter
/// to off_session. SEPA Direct Debit only accepts an off_session value
/// for this parameter. If a customer is provided on this PaymentIntent,
/// the PaymentMethod will be attached to the customer when the
/// PaymentIntent transitions to processing.
@JsonKey(name: "setup_future_usage") PaymentIntentSetupFutureUsage? get setupFutureUsage;