SetupAttemptPaymentMethodDetailsCard constructor

const SetupAttemptPaymentMethodDetailsCard({
  1. String? brand,
  2. PaymentMethodDetailsCardChecks? checks,
  3. String? country,
  4. String? description,
  5. int? expMonth,
  6. int? expYear,
  7. String? fingerprint,
  8. String? funding,
  9. String? iin,
  10. String? issuer,
  11. String? last4,
  12. String? network,
  13. SetupAttemptPaymentMethodDetailsCardThreeDSecure? threeDSecure,
  14. SetupAttemptPaymentMethodDetailsCardWallet? wallet,
})

setup_attempt_payment_method_details_card

Implementation

const SetupAttemptPaymentMethodDetailsCard({
  this.brand,
  this.checks,
  this.country,
  this.description,
  this.expMonth,
  this.expYear,
  this.fingerprint,
  this.funding,
  this.iin,
  this.issuer,
  this.last4,
  this.network,
  this.threeDSecure,
  this.wallet,
});