Transaction class

Constructors

Transaction({String? merchantReference, String? preferredAgent, String? productDescription, String? amount, String? currencyCode, String? paymentInfo, String? paymentExpiry, String? userDefined1, String? userDefined2, String? userDefined3, String? userDefined4, String? userDefined5})
Transaction.fromJson(String str)
factory
Transaction.fromMap(Map<String, dynamic> json)
factory

Properties

amount String?
getter/setter pair
currencyCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantReference String?
getter/setter pair
paymentExpiry String?
getter/setter pair
paymentInfo String?
getter/setter pair
preferredAgent String?
getter/setter pair
productDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userDefined1 String?
getter/setter pair
userDefined2 String?
getter/setter pair
userDefined3 String?
getter/setter pair
userDefined4 String?
getter/setter pair
userDefined5 String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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