PaymentStatus class

Constructors

PaymentStatus({required String merchantTxnRefNo, required String paymentId, required dynamic processDate, required String statusDescription, required String bookeeyTrackId, required String bankRefNo, required String paymentType, required String errorCode, required String productType, required String finalStatus, required dynamic cardNo, required dynamic authCode, required String paymentLink, required dynamic merchTxnRefno})
PaymentStatus.fromJson(Map<String, dynamic> json)
factory

Properties

authCode → dynamic
final
bankRefNo String
final
bookeeyTrackId String
final
cardNo → dynamic
final
errorCode String
final
finalStatus String
final
hashCode int
The hash code for this object.
no setterinherited
merchantTxnRefNo String
final
merchTxnRefno → dynamic
final
paymentId String
final
final
paymentType String
final
processDate → dynamic
final
productType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusDescription String
final

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