RazorpayErrorResponse constructor

RazorpayErrorResponse(
  1. String? code,
  2. String? description,
  3. String? source,
  4. String? step,
  5. String? reason,
  6. String? order_id,
  7. String? payment_id,
)

Implementation

RazorpayErrorResponse(this.code, this.description, this.source, this.step,
    this.reason, this.order_id, this.payment_id);