OneTwoThreeSDK class

Constructors

OneTwoThreeSDK()

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 Properties

platformVersion Future<String>
no setter

Static Methods

Returns a JSON response or if an error occurred will be throw exception. Merchant can cancel an existing pending deeplink transaction for each specific payment code.
getDeeplinkStatus({String merchantId = '', String paymentCode = '', String merchantReference = ''}) Future<GetDeeplinkStatusResponse>
Returns a JSON response or if an error occurred will be throw exception. Merchant can check deeplink payment status for each specific payment code.
initialize({required bool isProduction, required String checkSumKey, required String publicKey, required String privateKey, required String passphrase, required String bksPassphrase}) Future<bool>
Initialize OneTwoThreeSDK Service
Returns a JSON response or if an error occurred will be throw exception. This type of payment is to direct an end user to a bank mobile application. After the end user completes payment via mobile banking, user will be directed back to merchant mobile application.