Get the number of credits currently available on the account.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
int credits = tmClient.getCredits();
System.out.println("Account have " + credits + " credits."); |
Get the number of credits currently available on the account.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
int credits = tmClient.getCredits();
System.out.println("Account have " + credits + " credits."); |