LiqPayOrder constructor
const
LiqPayOrder(
- String id,
- double amount,
- String description, {
- LiqPayCard? card,
- String? serverUrl,
- String? resultUrl,
- LiqPayRroInfo? rroInfo,
- DateTime? expiredDate,
- String? verifyCode,
- LiqPayAction? action = LiqPayAction.pay,
- LiqPayCurrency? currency = LiqPayCurrency.uah,
- LiqPayLanguage? language = LiqPayLanguage.uk,
Implementation
const LiqPayOrder(
this.id,
this.amount,
this.description, {
this.card,
this.serverUrl,
this.resultUrl,
this.rroInfo,
this.expiredDate,
this.verifyCode,
this.action = LiqPayAction.pay,
this.currency = LiqPayCurrency.uah,
this.language = LiqPayLanguage.uk,
});