PaymentResponse constructor

PaymentResponse(
  1. PaymentStatus status, {
  2. String? url,
  3. String? paymentId,
})

Implementation

PaymentResponse(this.status, {this.url, this.paymentId});