PaywayCheckTransactionResponse class
Constructors
-
PaywayCheckTransactionResponse({int status = 11, String description = "Unknown Error", double amount = 0.00, double? totalAmount, String apv = "", String paymentStatus = "Pending", DateTime? datetime, ABATransactionCurrency? originalCurrency, List<Map>? payout, String? tranId, String? firstname, String? lastname, String? phone, String? email, String? paymentType})
-
-
PaywayCheckTransactionResponse.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
copyWith({int? status, String? description, double? amount, double? totalAmount, String? apv, String? paymentStatus, DateTime? datetime, ABATransactionCurrency? originalCurrency, List<Map>? payout, String? tranId, String? firstname, String? lastname, String? phone, String? email, String? paymentType})
→ PaywayCheckTransactionResponse
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
override