LiqPayErrorResponse class

Base LiqPay error response

Inheritance

Constructors

LiqPayErrorResponse(String result, String status, String? errorCode, String? errorDescription, {String? version, LiqPayAction? action, String? orderId, String? liqPayOrderId, String? publicKey, bool? is3ds, double? amount, String? description, LiqPayCurrency? currency, LiqPayLanguage? language})
LiqPayErrorResponse.fromJson(Map<String, dynamic> json)
factory

Properties

action LiqPayAction?
Action used in request that resulted in this response.
finalinherited
amount double?
Payment amount used in request that resulted in this response.
finalinherited
currency LiqPayCurrency?
Payment currency used in request that resulted in this response.
finalinherited
description String?
Payment description 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
is3ds bool?
Whether 3DS check was used during this payment.
finalinherited
language LiqPayLanguage?
Customer's language used in request that resulted in this response.
finalinherited
liqPayOrderId String?
Order id generated by LiqPay.
finalinherited
orderId String?
Order id specified during request.
finalinherited
publicKey String?
Public key used in request that resulted in this response.
finalinherited
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