GetBalance
Obtains the available credits on an account.
int GetBalance () throws IntelliSMSException
import IntelliSoftware.SMSGateway.SDK.IntelliSMSJavaSDK.*; IntelliSMS objIntelliSMS = new IntelliSMS(); objIntelliSMS.Username = "MyUsername"; objIntelliSMS.Password = "MyPassword"; int Balance = objIntelliSMS.GetBalance();
<< Back to Java SDK