LiqPayOrder constructor

const LiqPayOrder(
  1. String id,
  2. double amount,
  3. String description, {
  4. LiqPayCard? card,
  5. String? serverUrl,
  6. LiqPayAction action = LiqPayAction.pay,
  7. LiqPayCurrency currency = LiqPayCurrency.uah,
  8. LiqPayLanguage? language = LiqPayLanguage.uk,
})

Implementation

const LiqPayOrder(this.id, this.amount, this.description,
    {this.card,
    this.serverUrl,
    this.action = LiqPayAction.pay,
    this.currency = LiqPayCurrency.uah,
    this.language = LiqPayLanguage.uk});