|
|||||||||
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.AuthorizationAmountNotification
public class AuthorizationAmountNotification
This class encapsulates the <authorization-amount-notification> notification.
Constructor Summary | |
---|---|
AuthorizationAmountNotification(org.w3c.dom.Document document)
A constructor which takes in an xml document representation of the request. |
|
AuthorizationAmountNotification(java.io.InputStream inputStream)
A constructor which takes the request as an InputStream. |
|
AuthorizationAmountNotification(java.lang.String requestString)
A constructor which takes the request as a String. |
Method Summary | |
---|---|
float |
getAuthorizationAmount()
Retrieves the value of the <authorization-amount> tag. |
java.util.Date |
getAuthorizationExpirationDate()
Retrieves the value of the <authorization-expiration-date> tag. |
java.lang.String |
getAvsResponse()
Retrieves the value of the <avs-response> tag. |
java.lang.String |
getCurrencyCode()
Retrieves the currency code. |
java.lang.String |
getCvnResponse()
Retrieves the value of the <cvn-response> tag. |
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 AuthorizationAmountNotification(java.lang.String requestString) throws CheckoutException
requestString
-
CheckoutException
- if there was an
error prcessing the request stringpublic AuthorizationAmountNotification(java.io.InputStream inputStream) throws CheckoutException
inputStream
-
CheckoutException
- if there was an
error prcessing the request from the InputStreampublic AuthorizationAmountNotification(org.w3c.dom.Document document)
document
- Method Detail |
---|
public java.lang.String getAvsResponse()
public java.lang.String getCvnResponse()
public float getAuthorizationAmount()
public java.lang.String getCurrencyCode()
public java.util.Date getAuthorizationExpirationDate() throws CheckoutException
CheckoutException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |