IssuingAuthorizationVerificationData constructor

const IssuingAuthorizationVerificationData({
  1. required IssuingAuthorizationVerificationDataAddressLine1Check addressLine1Check,
  2. required IssuingAuthorizationVerificationDataAddressLine1Check addressPostalCodeCheck,
  3. IssuingAuthorizationAuthenticationExemption? authenticationExemption,
  4. required IssuingAuthorizationVerificationDataAddressLine1Check cvcCheck,
  5. required IssuingAuthorizationVerificationDataAddressLine1Check expiryCheck,
  6. String? postalCode,
  7. IssuingAuthorizationThreeDSecure? threeDSecure,
})

IssuingAuthorizationVerificationData

Implementation

const IssuingAuthorizationVerificationData({
  required this.addressLine1Check,
  required this.addressPostalCodeCheck,
  this.authenticationExemption,
  required this.cvcCheck,
  required this.expiryCheck,
  this.postalCode,
  this.threeDSecure,
});