LiqPayResponse constructor
const
LiqPayResponse(
- String result,
- String status, {
- String? version,
- LiqPayAction? action,
- String? orderId,
- String? liqPayOrderId,
- String? publicKey,
- bool? is3ds,
- double? amount,
- String? description,
- LiqPayCurrency? currency,
- 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,
});