EsewaPaymentSuccessResult constructor

EsewaPaymentSuccessResult({
  1. required String productId,
  2. required String productName,
  3. required String totalAmount,
  4. required String environment,
  5. required String code,
  6. required String merchantName,
  7. required String message,
  8. required String date,
  9. required String status,
  10. required String refId,
})

Implementation

EsewaPaymentSuccessResult({
  required this.productId,
  required this.productName,
  required this.totalAmount,
  required this.environment,
  required this.code,
  required this.merchantName,
  required this.message,
  required this.date,
  required this.status,
  required this.refId,
});