setupFutureUsage property

  1. @JsonKey(name: "setup_future_usage")
PaymentIntentSetupFutureUsage? get setupFutureUsage
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

@JsonKey(name: "setup_future_usage")
PaymentIntentSetupFutureUsage? get setupFutureUsage =>
    throw _privateConstructorUsedError;