InitPayEvent constructor

InitPayEvent(
  1. String ccy,
  2. double amount,
  3. String orderNumber
)

Implementation

InitPayEvent(this.ccy, this.amount, this.orderNumber);