PaymentMethodOptions constructor
- @JsonSerializable(explicitToJson: true)
- 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;