PaymentIntentPaymentMethodOptionsCard constructor

payment_intent_payment_method_options_card

Implementation

const PaymentIntentPaymentMethodOptionsCard({
  this.installments,
  this.mandateOptions,
  this.network,
  this.requestExtendedAuthorization,
  this.requestIncrementalAuthorization,
  this.requestMulticapture,
  this.requestOvercapture,
  this.requestThreeDSecure,
  this.requireCvcRecollection,
  this.setupFutureUsage,
  this.statementDescriptorSuffixKana,
  this.statementDescriptorSuffixKanji,
});