SubscriptionPaymentSettingsPaymentMethodOptionsCard constructor
const
SubscriptionPaymentSettingsPaymentMethodOptionsCard({
- InvoiceMandateOptionsCard? mandateOptions,
- PaymentIntentPaymentMethodOptionsCardNetwork? network,
- 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,
});