SubscriptionCard constructor
const
SubscriptionCard({
- SubscriptionMandateOptions? mandateOptions,
- PaymentIntentNetwork? network,
- CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
subscription_payment_method_options_param
This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
Implementation
const SubscriptionCard({
this.mandateOptions,
this.network,
this.requestThreeDSecure,
});