TelrPaymentGateway class

Constructors

TelrPaymentGateway()

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

callTelRForTransaction({required String store_id, required String key, required String app_install_id, required String amount, required String app_name, required String app_user_id, required String app_version, required String sdk_version, required String mode, required String tran_type, required String tran_cart_id, required String desc, required String tran_lang, required String tran_currency, required String bill_city, required String bill_country, required String bill_region, required String bill_address, required String bill_first_name, required String bill_last_name, required String bill_title, required String bill_email, required String bill_phone}) Future<String?>