LokotroPayRequestResponse constructor
LokotroPayRequestResponse({
- required LokotroPaymentInfo paymentInfo,
- required LokotroPayApiResponseCode responseCode,
- required String message,
- required bool isSuccess,
Implementation
LokotroPayRequestResponse({
required this.paymentInfo,
required this.responseCode,
required this.message,
required this.isSuccess,
});