first commit

This commit is contained in:
2020-01-11 09:50:39 -05:00
commit dab8d58edb
620 changed files with 355397 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef __PAYLID_H__
#define __PAYLID_H__
long storeface_getAccountBalance(const char *endpoint, const char *tid, const char *key, char *status);
long storeface_transferFund(const char *endpoint, const char *tid, const char *toDestination, const char *key, char *status);
long storeface_checkTransferStatus(const char *endpoint, const char *tid, const char *transactionRef, const char *key, char *status);
long storeface_directAirTimeTopUp(const char *endpoint, const char *tid, const char *topupData, const char *key, char *status, long &delivery_status);
#endif
/*
vi:ts=2
*/