SourceTypeThreeDSecure constructor

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

Implementation

const SourceTypeThreeDSecure({
  this.addressLine1Check,
  this.addressZipCheck,
  this.authenticated,
  this.brand,
  this.card,
  this.country,
  this.customer,
  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,
});