IssuingAuthorizationVerificationData constructor
const
IssuingAuthorizationVerificationData({
- required IssuingAuthorizationVerificationDataAddressLine1Check addressLine1Check,
- required IssuingAuthorizationVerificationDataAddressLine1Check addressPostalCodeCheck,
- IssuingAuthorizationAuthenticationExemption? authenticationExemption,
- required IssuingAuthorizationVerificationDataAddressLine1Check cvcCheck,
- required IssuingAuthorizationVerificationDataAddressLine1Check expiryCheck,
- String? postalCode,
- IssuingAuthorizationThreeDSecure? threeDSecure,
IssuingAuthorizationVerificationData
Implementation
const IssuingAuthorizationVerificationData({
required this.addressLine1Check,
required this.addressPostalCodeCheck,
this.authenticationExemption,
required this.cvcCheck,
required this.expiryCheck,
this.postalCode,
this.threeDSecure,
});