AuthorizationVerificationData constructor
const
AuthorizationVerificationData({
- IssuingAuthorizationVerificationDataAddressLine1Check? addressLine1Check,
- IssuingAuthorizationVerificationDataAddressLine1Check? addressPostalCodeCheck,
- IssuingAuthorizationAuthenticationExemption? authenticationExemption,
- IssuingAuthorizationVerificationDataAddressLine1Check? cvcCheck,
- IssuingAuthorizationVerificationDataAddressLine1Check? expiryCheck,
- IssuingAuthorizationThreeDSecure? threeDSecure,
verification_data_specs
Verifications that Stripe performed on information that the cardholder provided to the merchant.
Implementation
const AuthorizationVerificationData({
this.addressLine1Check,
this.addressPostalCodeCheck,
this.authenticationExemption,
this.cvcCheck,
this.expiryCheck,
this.threeDSecure,
});