LokotroPayRequestResponse constructor

LokotroPayRequestResponse({
  1. required LokotroPaymentInfo paymentInfo,
  2. required LokotroPayApiResponseCode responseCode,
  3. required String message,
  4. required bool isSuccess,
})

Implementation

LokotroPayRequestResponse({
  required this.paymentInfo,
  required this.responseCode,
  required this.message,
  required this.isSuccess,
});