VerificationData constructor

VerificationData({
  1. String? addressLine1Check,
  2. String? addressPostalCodeCheck,
  3. String? cvcCheck,
  4. String? expiryCheck,
})

Implementation

VerificationData({
  this.addressLine1Check,
  this.addressPostalCodeCheck,
  this.cvcCheck,
  this.expiryCheck,
});