SubscriptionPaymentMethodOptionsCard constructor
const
SubscriptionPaymentMethodOptionsCard({
- InvoiceMandateOptionsCard? mandateOptions,
- PaymentIntentPaymentMethodOptionsCardNetwork? network,
- InvoicePaymentMethodOptionsCardRequestThreeDSecure? requestThreeDSecure,
subscription_payment_method_options_card
Implementation
const SubscriptionPaymentMethodOptionsCard({
this.mandateOptions,
this.network,
this.requestThreeDSecure,
});