LiqPayResponse constructor

const LiqPayResponse(
  1. String result,
  2. String status, {
  3. String? version,
  4. LiqPayAction? action,
  5. String? orderId,
  6. String? liqPayOrderId,
  7. String? publicKey,
  8. bool? is3ds,
  9. double? amount,
  10. String? description,
  11. LiqPayCurrency? currency,
  12. LiqPayLanguage? language,
})

Implementation

const LiqPayResponse(
  this.result,
  this.status, {
  this.version,
  this.action,
  this.orderId,
  this.liqPayOrderId,
  this.publicKey,
  this.is3ds,
  this.amount,
  this.description,
  this.currency,
  this.language,
});