SubscriptionPaymentMethodOptionsCard constructor

const SubscriptionPaymentMethodOptionsCard({
  1. InvoiceMandateOptionsCard? mandateOptions,
  2. PaymentIntentPaymentMethodOptionsCardNetwork? network,
  3. InvoicePaymentMethodOptionsCardRequestThreeDSecure? requestThreeDSecure,
})

subscription_payment_method_options_card

Implementation

const SubscriptionPaymentMethodOptionsCard({
  this.mandateOptions,
  this.network,
  this.requestThreeDSecure,
});