AuthorizationVerificationData constructor

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,
});