SubscriptionCard constructor

const SubscriptionCard({
  1. SubscriptionMandateOptions? mandateOptions,
  2. PaymentIntentNetwork? network,
  3. 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,
});