SetupIntentPaymentMethodOptionsCard constructor

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

setup_intent_payment_method_options_card

Implementation

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