AuthorizationResponse constructor

AuthorizationResponse({
  1. String? verificationStatus,
  2. String? aVSResultCode,
  3. String? declineReasonCode,
  4. String? declineReasonMessage,
  5. String? acquirerResponseCode,
  6. String? acquirerResponseMessage,
  7. String? threeDSResponseStatus,
  8. String? threeDSResponseEnrolled,
  9. String? threeDSResponseECI,
})

Implementation

AuthorizationResponse(
    {this.verificationStatus,
    this.aVSResultCode,
    this.declineReasonCode,
    this.declineReasonMessage,
    this.acquirerResponseCode,
    this.acquirerResponseMessage,
    this.threeDSResponseStatus,
    this.threeDSResponseEnrolled,
    this.threeDSResponseECI});