IngenicoDevice class

Constructors

IngenicoDevice()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

creditSale(String currency, int total) Future
Ingenico creditSale currency --> Country Currency Code example "INR", "USD"....etc total --> Total amount for the transaction
ingenicoInitialize(String? apiKey, String? baseUrl, String? clientVersion) Future<void>
Ingenico ingenicoInitialize apikey --> API_KEY of Ingenico SDK baseUrl --> BASE_URL clientVersion --> CLIENT_VERSION 4.3.2
ingenicoLogin(String? username, String? password) Future<void>
Ingenico ingenicoLogin username --> Username for Gateway login password --> Password for Gateway login
Ingenico search Search for ingenico payment devices
setDeviceType() Future
Ingenico setDeviceType Set type of ingenico payment device
setUpDevice() Future
Ingenico setUpDevice Setup the device for transaction