SessionCard constructor

const SessionCard({
  1. CheckoutCardInstallmentsOptions? installments,
  2. CheckoutCardPaymentMethodOptionsRequestThreeDSecure? requestThreeDSecure,
  3. SessionSetupFutureUsage? setupFutureUsage,
  4. String? statementDescriptorSuffixKana,
  5. String? statementDescriptorSuffixKanji,
})

payment_method_options_param

contains details about the Card payment method options.

Implementation

const SessionCard({
  this.installments,
  this.requestThreeDSecure,
  this.setupFutureUsage,
  this.statementDescriptorSuffixKana,
  this.statementDescriptorSuffixKanji,
});