LiqPayErrorResponse constructor

LiqPayErrorResponse(
  1. String result,
  2. String status,
  3. String? errorCode,
  4. String? errorDescription, {
  5. String? version,
  6. LiqPayAction? action,
  7. String? orderId,
  8. String? liqPayOrderId,
  9. String? publicKey,
  10. bool? is3ds,
  11. double? amount,
  12. String? description,
  13. LiqPayCurrency? currency,
  14. 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,
});