UNPKG
afrimomo-sdk
Version:
beta (0.0.1-beta.13)
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.0.1-beta.13
0.0.1-beta.12
0.0.1-beta.11
0.0.1-beta.10
0.0.1-beta.9
0.0.1-beta.8
0.0.1-beta.7
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
A unified SDK for African payment providers
github.com/yourusername/afrimomo
yourusername/afrimomo
afrimomo-sdk
/
dist
/
services
/
pawapay
/
types
/
wallet.d.ts
10 lines
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
WalletBalance
{
country
:
string
;
balance
:
string
;
currency
:
string
;
mno
:
string
; }
export
interface
WalletBalancesResponse
{
balances
:
WalletBalance
[]; }
//# sourceMappingURL=wallet.d.ts.map