paymentMethodOptions property
- @JsonKey.new(name: "payment_method_options")
inherited
An object containing payment-method-specific configuration to confirm the PaymentIntent with.
Implementation
@JsonKey(name: "setup_future_usage") PaymentIntentSetupFutureUsage? get setupFutureUsage;/// An object containing payment-method-specific configuration to
/// confirm the PaymentIntent with.
@JsonKey(name: "payment_method_options") dynamic get paymentMethodOptions;