LiqPayErrorResponse constructor
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,
Implementation
LiqPayErrorResponse(
super.result,
super.status,
this.errorCode,
this.errorDescription, {
super.version,
super.action,
super.orderId,
super.liqPayOrderId,
super.publicKey,
super.is3ds,
super.amount,
super.description,
super.currency,
super.language,
});