ManualVerificationModel class
Constructors
- ManualVerificationModel({dynamic id, dynamic toAccountNumber, dynamic type, dynamic customerName, dynamic amount, dynamic status, dynamic transactionReference, dynamic createdAt, dynamic reference, dynamic updatedAt, dynamic transactionId, dynamic isFee, dynamic partnerId, dynamic businessName, dynamic merchantId, dynamic transType, dynamic customerId, dynamic otherFeeCollected})
-
ManualVerificationModel.fromJson(Map<
String, dynamic> data) -
factory
Properties
- amount → dynamic
-
final
- businessName → dynamic
-
final
- createdAt → dynamic
-
final
- customerId → dynamic
-
final
- customerName → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → dynamic
-
final
- isFee → dynamic
-
final
- merchantId → dynamic
-
final
- otherFeeCollected → dynamic
-
final
- partnerId → dynamic
-
final
- reference → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → dynamic
-
final
- toAccountNumber → dynamic
-
final
- transactionId → dynamic
-
final
- transactionReference → dynamic
-
final
- transType → dynamic
-
final
- type → dynamic
-
final
- updatedAt → dynamic
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited