LiqPayOrder constructor

const LiqPayOrder(
  1. String id,
  2. double amount,
  3. String description, {
  4. LiqPayCard? card,
  5. String? serverUrl,
  6. String? resultUrl,
  7. LiqPayRroInfo? rroInfo,
  8. DateTime? expiredDate,
  9. String? verifyCode,
  10. LiqPayAction? action = LiqPayAction.pay,
  11. LiqPayCurrency? currency = LiqPayCurrency.uah,
  12. 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,
});