confirmParams property
Parameters that will be passed on to the Stripe API. Refer to the Payment Intents API for a full list of parameters.
Implementation
String? get clientSecret;/// Parameters that will be passed on to the Stripe API.
/// Refer to the Payment Intents API for a full list of parameters.
ConfirmSetupParams get confirmParams;