Get the number of credits currently available on the account.
Example
1 2 | int credits = tmClient.getCredits(); Console.WriteLine( "Account have " + credits + " credits." ); |
Get the number of credits currently available on the account.
1 2 | int credits = tmClient.getCredits(); Console.WriteLine( "Account have " + credits + " credits." ); |