com.hoiio.sdk.objects.fax
Class FaxTxn
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.fax.FaxTxn
public class FaxTxn
- extends HoiioResponse
Constructor Summary |
FaxTxn(net.sf.json.JSONObject output)
Constructs a new FaxTxn object by decoding the JSONObject as a response from the HTTP Request |
Method Summary |
String |
getTxnRef()
Gets the unique reference ID for this transaction |
FaxTxn
public FaxTxn(net.sf.json.JSONObject output)
- Constructs a new
FaxTxn
object by decoding the JSONObject
as a response from the HTTP Request
- Parameters:
output
- The response of the HTTP Request
getTxnRef
public String getTxnRef()
- Gets the unique reference ID for this transaction
- Returns:
- A unique reference ID for this transaction. This parameter will not be present if the request was not successful.