AfricasTalkingLtd / africastalking.Net

Africa's Talking API Wrapper for C#
https://developers.africastalking.com
MIT License
18 stars 38 forks source link

Wallet Balance #51

Open Dolefly opened 3 years ago

Dolefly commented 3 years ago

When fetching wallet balance for a user account, as indicated on the ReadMe doesn't work anymore;

**string fetchBalanceResponse = _atGWInstance.FetchWalletBalance();
JObject fetchBalanceResponseJson = JObject.Parse(fetchBalanceResponse);**

Instead, parse dynamic JSON dynamic res = gw.GetUserData(); Console.WriteLine(res.UserData.balance); This will give for example Ksh. 600.56