PaymentSuccessResponse constructor

PaymentSuccessResponse(
  1. String? paymentId,
  2. String? orderId,
  3. String? signature
)

Implementation

PaymentSuccessResponse(this.paymentId, this.orderId, this.signature);