PaymentMethodOptions constructor

  1. @JsonSerializable(explicitToJson: true)
const PaymentMethodOptions({
  1. PaymentIntentsFutureUsage? setupFutureUsage,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory PaymentMethodOptions({
  /// Indicates whether or not you want to reuse this method for future payments.
  PaymentIntentsFutureUsage? setupFutureUsage,
}) = _PaymentMethodOptions;