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