|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.RiskInformation
public class RiskInformation
Constructor Summary | |
---|---|
RiskInformation(org.w3c.dom.Document document,
org.w3c.dom.Element element)
|
Method Summary | |
---|---|
java.lang.String |
getAvsResponse()
Retrieves the value of the <avs-response> tag. |
Address |
getBillingAddress()
Retrieves the contents of the <billing-address> tag as an Address object. |
int |
getBuyerAccountAge()
Retrieves the value of the <buyer-account-age> tag. |
java.lang.String |
getCvnResponse()
Retrieves the value of the <cvn-response> tag. |
java.lang.String |
getIpAddress()
Retrieves the value of the <ip-address> tag. |
java.lang.String |
getPartialCcNumber()
Retrieves the value of the <partial-cc-number> tag. |
boolean |
isEligibleForProtection()
Retrieves the value of the <eligible-for-protection> tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RiskInformation(org.w3c.dom.Document document, org.w3c.dom.Element element)
Method Detail |
---|
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 |