AuthorizationResponse class

Clearing/bank response for transaction -param {String} verificationStatus -param {String} aVSResultCode -param {String} declineReasonCode -param {String} declineReasonMessage -param {String} acquirerResponseCode -param {String} acquirerResponseMessage -param {String} threeDSResponseStatus -param {String} threeDSResponseEnrolled -param {String} threeDSResponseECI

Inheritance

Constructors

AuthorizationResponse({String? verificationStatus, String? aVSResultCode, String? declineReasonCode, String? declineReasonMessage, String? acquirerResponseCode, String? acquirerResponseMessage, String? threeDSResponseStatus, String? threeDSResponseEnrolled, String? threeDSResponseECI})

Properties

acquirerResponseCode String?
getter/setter pair
acquirerResponseMessage String?
getter/setter pair
aVSResultCode String?
getter/setter pair
declineReasonCode String?
getter/setter pair
declineReasonMessage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threeDSResponseECI String?
getter/setter pair
threeDSResponseEnrolled String?
getter/setter pair
threeDSResponseStatus String?
getter/setter pair
verificationStatus String?
getter/setter pair

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited