LokotroEWalletVerifyResponse constructor
LokotroEWalletVerifyResponse({})
Implementation
LokotroEWalletVerifyResponse({
required this.success,
required this.status,
this.transactionReference,
this.debitAmount,
this.walletBalance,
this.emailsSent,
this.completedAt,
required this.message,
this.paymentId,
this.paymentInfo,
});