PaymentEvent constructor

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

Implementation

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