InitializedPayState constructor

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

Implementation

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