SourceTypeCard constructor

const SourceTypeCard({
  1. String? addressLine1Check,
  2. String? addressZipCheck,
  3. String? brand,
  4. String? country,
  5. String? cvcCheck,
  6. String? description,
  7. String? dynamicLast4,
  8. int? expMonth,
  9. int? expYear,
  10. String? fingerprint,
  11. String? funding,
  12. String? iin,
  13. String? issuer,
  14. String? last4,
  15. String? name,
  16. String? threeDSecure,
  17. String? tokenizationMethod,
})

Implementation

const SourceTypeCard({
  this.addressLine1Check,
  this.addressZipCheck,
  this.brand,
  this.country,
  this.cvcCheck,
  this.description,
  this.dynamicLast4,
  this.expMonth,
  this.expYear,
  this.fingerprint,
  this.funding,
  this.iin,
  this.issuer,
  this.last4,
  this.name,
  this.threeDSecure,
  this.tokenizationMethod,
});