Uses of Class
com.Komunaldata.SmsGateway.Response.getCreditResponse

Packages that use getCreditResponse
com.Komunaldata.SmsGateway   
 

Uses of getCreditResponse in com.Komunaldata.SmsGateway
 

Methods in com.Komunaldata.SmsGateway that return getCreditResponse
static getCreditResponse SmsGateway.getCreditAccount(SMSUser user, short accountId)
          Gets the credits available for a given account.
static getCreditResponse SmsGateway.getCreditAccount(java.lang.String userName, java.lang.String password, short accountId)
          Gets the credits available for a given account.
static getCreditResponse SmsGateway.getCreditUser(SMSUser user)
          Gets the credits available for the user.
static getCreditResponse SmsGateway.getCreditUser(java.lang.String userName, java.lang.String password)
          Gets the credits available for the user.