EsewaPaymentSuccessResult constructor
EsewaPaymentSuccessResult({})
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,
});