Data class
Constructors
-
Data({String? id, String? clientReferenceId, int? amount, String? currency, String? paymentMethod, dynamic nextAction, String? status, Metadata? metadata, DateTime? createdAt, DateTime? expireAt})
-
-
Data.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? id, String? clientReferenceId, int? amount, String? currency, String? paymentMethod, dynamic nextAction, String? status, Metadata? metadata, DateTime? createdAt, DateTime? expireAt})
→ Data
-
-
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