LokotroOtpVerifyResponse class
OTP verification response
Constructors
-
LokotroOtpVerifyResponse({required bool success, required String status, String? transactionReference, double? debitAmount, double? walletBalance, List<
String> ? emailsSent, String? completedAt, required String message, String? paymentId, Map<String, dynamic> ? paymentInfo}) -
const
-
LokotroOtpVerifyResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completedAt → String?
-
final
- debitAmount → double?
-
final
-
emailsSent
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
final
- paymentId → String?
-
final
-
paymentInfo
→ Map<
String, dynamic> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- success → bool
-
final
- transactionReference → String?
-
final
- walletBalance → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited