PaymentResponse constructor
PaymentResponse({})
Implementation
PaymentResponse({
required this.paymentId,
required this.isSuccess,
required this.token,
required this.returnCode,
required this.errorMessage,
});