com.softslate.commerce.customer.payment
Class PayPalExpressForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.softslate.commerce.customer.core.BaseForm
          extended by com.softslate.commerce.customer.payment.PayPalExpressForm
All Implemented Interfaces:
java.io.Serializable

public class PayPalExpressForm
extends BaseForm

Struts form class for submissions of payment information for PayPal Express Checkout during checkout. This form corresponds to the PayPalExpressProcessor payment processor.

Since with Express Checkout PayPal handles collecting all the payment information, this form is empty and unused.

Author:
David Tobey
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PayPalExpressForm()
           
 
Method Summary
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PayPalExpressForm

public PayPalExpressForm()


Copyright ? SoftSlate, LLC 2003?2005