LiqPayErrorResponse class

Base LiqPay error response

Inheritance

Constructors

LiqPayErrorResponse(String result, String status, String version, LiqPayAction action, String? errorCode, String? errorDescription)
LiqPayErrorResponse.fromJson(Map<String, dynamic> json)
factory

Properties

action LiqPayAction
Action used in request that resulted in this response.
finalinherited
errorCode String?
final
errorDescription String?
final
hashCode int
The hash code for this object.
no setterinherited
result String
Result of the response.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Status of the result.
finalinherited
version String
Numeric API version (e.g. "3") returned as string.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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