com.hoiio.sdk.objects.sms
Class SmsTxn

java.lang.Object
  extended by com.hoiio.sdk.objects.HoiioResponse
      extended by com.hoiio.sdk.objects.sms.SmsTxn

public class SmsTxn
extends HoiioResponse


Constructor Summary
SmsTxn(net.sf.json.JSONObject output)
          Constructs a new SmsTxn object by decoding the JSONObject as a response from the HTTP Request
 
Method Summary
 String getTxnRef()
          Gets the unique reference ID for this transaction
 
Methods inherited from class com.hoiio.sdk.objects.HoiioResponse
getContent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmsTxn

public SmsTxn(net.sf.json.JSONObject output)
Constructs a new SmsTxn object by decoding the JSONObject as a response from the HTTP Request

Parameters:
output - The response of the HTTP Request
Method Detail

getTxnRef

public String getTxnRef()
Gets the unique reference ID for this transaction

Returns:
A unique reference ID for this SMS transaction. This parameter will not be present if the request was not successful.