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

Properties

amount double
final
apv String
final
datetime DateTime?
final
description String
final
email String?
final
firstname String?
final
hashCode int
The hash code for this object.
no setteroverride
lastname String?
final
message String
no setter
originalCurrency ABATransactionCurrency?
final
paymentStatus String
final
paymentType String?
final
payout List<Map>?
final
phone String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final
totalAmount double?
final
tranId String?
final

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

Operators

operator ==(Object other) bool
The equality operator.
override