ApiCallRepository 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
-
createSessionId({required String merchantTransactionId, required int transactionAmount, required String merchantId, required String clientId, required String clientSecret, required String clientApiKey, List<Product>? products, String? phoneNumber})
→ Future<String>
-
-
getTransactionStatus({required String merchantTransactionId, required String merchantId, required String clientId, required String clientSecret, required String clientApiKey})
→ Future<Either<Failure, TransactionStatusResponse>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited