Serialized Form


Package com.google.checkout

Class com.google.checkout.CheckoutException extends java.lang.Exception implements Serializable

Class com.google.checkout.CheckoutSystemException extends java.lang.RuntimeException implements Serializable

Class com.google.checkout.GoogleOrder extends java.lang.Object implements Serializable

Serialized Fields

merchantId

java.lang.String merchantId

orderNumber

java.lang.String orderNumber

lastFinStatus

java.lang.String lastFinStatus

lastFulStatus

java.lang.String lastFulStatus

lastUpdateTime

java.util.Date lastUpdateTime

buyerEmail

java.lang.String buyerEmail

orderAmount

java.lang.String orderAmount

events

java.util.Collection<E> events

Class com.google.checkout.MerchantInfo extends java.lang.Object implements Serializable

Serialized Fields

merchantId

java.lang.String merchantId

merchantKey

java.lang.String merchantKey

env

java.lang.String env

currencyCode

java.lang.String currencyCode

checkoutUrl

java.lang.String checkoutUrl

merchantCheckoutUrl

java.lang.String merchantCheckoutUrl

requestUrl

java.lang.String requestUrl

Class com.google.checkout.Message extends java.lang.Object implements Serializable

Serialized Fields

incoming

boolean incoming

timestamp

java.util.Date timestamp

type

java.lang.String type

request

java.lang.String request

response

java.lang.String response

Package com.google.checkout.handlers

Class com.google.checkout.handlers.CheckoutHandlerException extends CheckoutException implements Serializable

Serialized Fields

errorCode

int errorCode

Package com.google.checkout.notification

Class com.google.checkout.notification.AuthorizationAmountNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.ChargeAmountNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.ChargebackAmountNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.CheckoutNotification extends java.lang.Object implements Serializable

Serialized Fields

document

org.w3c.dom.Document document

root

org.w3c.dom.Element root

Class com.google.checkout.notification.CheckoutParserException extends java.lang.Exception implements Serializable

Class com.google.checkout.notification.NewOrderNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.OrderStateChangeNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.RefundAmountNotification extends CheckoutNotification implements Serializable

Class com.google.checkout.notification.RiskInformationNotification extends CheckoutNotification implements Serializable

Serialized Fields

riskInfo

org.w3c.dom.Element riskInfo

Package com.google.checkout.util

Class com.google.checkout.util.CheckoutXmlProcessorException extends CheckoutException implements Serializable


Package com.google.checkout.web

Class com.google.checkout.web.CheckoutMessageHandlerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

mhTable

java.util.HashMap<K,V> mhTable