setupFutureUsage property

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

To set up a SEPA Direct Debit payment method using the bank details from this P24 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: "return_url") String? get returnUrl;/// To set up a SEPA Direct Debit payment method using the bank details
///  from this P24 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.
@JsonKey(name: "setup_future_usage") PaymentIntentSetupFutureUsage? get setupFutureUsage;