Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

 

Get the number of credits currently available on the account.

Example
1
2
int credits = tmClient.getCredits();
Console.WriteLine("Account have " + credits + " credits.");

Arguments:

None.

Returns:

A positive/zero integer indicating the number of credits on your account

Specific error codes:

None.