Transaction class

Constructors

Transaction({required String integrationKey, required int amount, required String merchantReference, required String narration, required Map<String, dynamic> customer, String callbackUrl = "", String productCode = "", String currency = "NGN", String splitCode = "", bool shouldTokenise = false})

Properties

amount int
getter/setter pair
callbackUrl String
getter/setter pair
currency String
getter/setter pair
customer Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrationKey String
getter/setter pair
merchantReference String
getter/setter pair
narration String
getter/setter pair
productCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldTokenise bool
getter/setter pair
splitCode String
getter/setter pair

Methods

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.
inherited

Operators

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