PaymentEvent constructor

PaymentEvent(
  1. String appId,
  2. String transactionToken,
  3. String miniappOrderId,
  4. double amount,
  5. String currency,
  6. String status,
  7. String hostappOrderId, {
  8. Map? extraParams,
})

Implementation

PaymentEvent(this.appId, this.transactionToken, this.miniappOrderId,
    this.amount, this.currency, this.status, this.hostappOrderId,
    {this.extraParams});