LokotroEWalletSubmitResponse constructor

LokotroEWalletSubmitResponse({
  1. required bool success,
  2. required String status,
  3. required bool requiresOtp,
  4. String? otpSentTo,
  5. String? estimatedCompletion,
  6. required String message,
})

Implementation

LokotroEWalletSubmitResponse({
  required this.success,
  required this.status,
  required this.requiresOtp,
  this.otpSentTo,
  this.estimatedCompletion,
  required this.message,
});