EcmpPayment constructor

EcmpPayment(
  1. String id,
  2. String status,
  3. String method,
  4. int sum,
  5. String? type,
  6. String? token,
  7. String? currency,
  8. String? paymentMassage,
)

Implementation

EcmpPayment(this.id, this.status, this.method, this.sum, this.type,
    this.token, this.currency, this.paymentMassage);