SetupIntentPaymentMethodOptionsCard constructor
const
SetupIntentPaymentMethodOptionsCard({
- SetupIntentPaymentMethodOptionsCardMandateOptions? mandateOptions,
- PaymentIntentPaymentMethodOptionsCardNetwork? network,
- InvoicePaymentMethodOptionsCardRequestThreeDSecure? requestThreeDSecure,
setup_intent_payment_method_options_card
Implementation
const SetupIntentPaymentMethodOptionsCard({
this.mandateOptions,
this.network,
this.requestThreeDSecure,
});