|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.CheckoutNotification
com.google.checkout.notification.RiskInformationNotification
public class RiskInformationNotification
This class encapsulates the <risk-information-notification> notification.
Constructor Summary | |
---|---|
RiskInformationNotification(org.w3c.dom.Document document)
A constructor which takes in an xml document representation of the request. |
|
RiskInformationNotification(java.io.InputStream inputStream)
A constructor which takes the request as an InputStream. |
|
RiskInformationNotification(java.lang.String requestString)
A constructor which takes the request as a String. |
Method Summary | |
---|---|
java.lang.String |
getAvsResponse()
Deprecated. Use getRiskInfo().getAvsResponse() |
Address |
getBillingAddress()
Deprecated. Use getRiskInfo().getBillingAddress() |
int |
getBuyerAccountAge()
Deprecated. getRiskInfo().getBuyerAccountAge() |
java.lang.String |
getCvnResponse()
Deprecated. Use getRiskInfo().getCvsResponse() |
java.lang.String |
getIpAddress()
Deprecated. getRiskInfo().getIpAddress() |
java.lang.String |
getPartialCcNumber()
Deprecated. Use getRiskInfo().getPartialCcNumber() |
RiskInformation |
getRiskInfo()
|
boolean |
isEligibleForProtection()
Deprecated. Use getRiskInfo().isEligibleForProtection() |
Methods inherited from class com.google.checkout.notification.CheckoutNotification |
---|
getDocument, getGoogleOrderNo, getGoogleOrderNumber, getRoot, getRootNodeName, getSerialNumber, getTimestamp, getType, getXml, getXmlPretty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RiskInformationNotification(java.lang.String requestString) throws CheckoutException
requestString
-
CheckoutException
public RiskInformationNotification(java.io.InputStream inputStream) throws CheckoutException
inputStream
-
CheckoutException
public RiskInformationNotification(org.w3c.dom.Document document)
document
- Method Detail |
---|
public RiskInformation getRiskInfo()
public boolean isEligibleForProtection()
public Address getBillingAddress()
Address
public java.lang.String getAvsResponse()
public java.lang.String getCvnResponse()
public java.lang.String getPartialCcNumber()
public int getBuyerAccountAge()
public java.lang.String getIpAddress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |