Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMS Balance return 0 balance always #2

Open
iamkennethapp opened this issue Apr 30, 2018 · 0 comments
Open

SMS Balance return 0 balance always #2

iamkennethapp opened this issue Apr 30, 2018 · 0 comments

Comments

@iamkennethapp
Copy link

var host = new ApiHost(new BasicAuth(clientId, clientSecret));

        var Api = new AccountApi(host);

        var Profile = Api.GetAccountProfile();

        decimal Balance = Profile.Balance;

        return Balance;

// The Balance just return 0
// When I request email it give me the correct email, only balance doesnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant