setupFutureUsage property

  1. @JsonKey(name: "setup_future_usage")
PaymentIntentSetupFutureUsage? get setupFutureUsage
inherited

To set up a SEPA Direct Debit payment method using the bank details from this iDEAL payment, set this parameter to off_session. When using this parameter, a customer will need to be set on the PaymentIntent. The newly created SEPA Direct Debit PaymentMethod will be attached to this customer.

Implementation

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