EasyOzow class
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
-
generatePaymentLink({required double amount, required String successUrl, required String cancelUrl, required String errorUrl, required String notifyUrl})
→ Future<Map>
-
-
generateRequestHash({required double amountP, required String successUrlP, required String cancelUrlP, required String errorUrlP, required String notifyUrlP, required String ref})
→ Future<String>
-
-
getTransactionReport(String startDate, String endDate)
→ Future<List<Map<String, dynamic>>>
-
-
init({required String apiKey, required String privateKey, required String siteCode, required bool isTest})
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited