IdPayResponse constructor

IdPayResponse(
  1. String paymentLink,
  2. String error,
  3. int statusCode
)

Implementation

IdPayResponse(this.paymentLink, this.error, this.statusCode);