SuccessResponse constructor

SuccessResponse(
  1. String? paymentId,
  2. String? orderId,
  3. String? signature,
  4. Map? data,
)

Implementation

SuccessResponse(this.paymentId, this.orderId, this.signature, this.data);