TransactionDetailsData class
Constructors
- TransactionDetailsData.new({required String id, required String orderId, required String paymentStatus, required String customerPhone, required String customerName, required String customerEmail, required String createdAt, required int amount})
-
TransactionDetailsData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → int
-
final
- createdAt → String
-
final
- customerEmail → String
-
final
- customerName → String
-
final
- customerPhone → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- orderId → String
-
final
- paymentStatus → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited