|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.commerce.ics.ICSReply
Represents a response returned from Cybersource. The fields that are contained in the reply are specific to the requested services. Please see the Cybersource CommerceFLEX API documentation for more information. This object is not designed for multiple thread access.
Method Summary | |
java.lang.String[] |
getDownloadURLs()
Returns an array of URLS generated by Cybersource if the ICSRequest contained a request for the "ics_download" service. |
java.lang.String[] |
getElcRefNumbers()
Gets the reference numbers (elc_ref_nums) for offers when the ICS service "ics_elc" was requested in the Request. |
java.lang.String[] |
getPreAppAcceptURLs()
Gets the accept URLs (preapp_accept_url) for offers when the ICS service "ics_preapp" was requested in the Request. |
SCMPMessage |
getSCMPMessage()
Useful for debugging. |
java.lang.String[] |
getTaxAmounts()
Gets the tax amounts associated (tax_taxamount0..n) with the offers submitted in the ICSRequest. |
java.lang.String |
getValueByName(java.lang.String name)
Gets the value for the given return code name. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String getValueByName(java.lang.String name)
public SCMPMessage getSCMPMessage()
public java.lang.String[] getDownloadURLs()
public java.lang.String[] getElcRefNumbers()
public java.lang.String[] getPreAppAcceptURLs()
public java.lang.String[] getTaxAmounts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |