SubscriptionPaymentSettingsPaymentMethodOptionsCard constructor

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

This sub-hash contains details about the Card payment method options to pass to invoices created by the subscription.

Implementation

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