public class TransactionStatus extends Request
config, outputFormat
Constructor and Description |
---|
TransactionStatus(Config config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrderId() |
ComplexResponse |
process()
Gather all request parameters needed to make an API call, and make one.
|
void |
setOrderId(java.lang.String orderId) |
boolean |
validate()
Checks if the class members are valid API request parameter values.
|
addRequestParam, addRequestParam, addRequestParam, addRequestParam, addRequestParam, addStandardParams, clearRequestParams, createApiCallFormHtml, createApiCallFormHtml, createApiCallFormHtml, createSignature, getConfig, getOutputFormat, getSignedRequestParams, processApiCall, removeRequestParam, setConfig, setOutputFormat
public TransactionStatus(Config config)
public java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
public boolean validate() throws IPCException
IPCException
- If there are values which are missing,
or invalid API request parameters.public ComplexResponse process() throws IPCException
IPCException
- If there are invalid or missing parameters, or configuration values.
If there were errors while making the call to the API,
or decoding it's response.