Class PayPalExpressForm

java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.payment.PayPalExpressForm
All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • PayPalExpressForm

      public PayPalExpressForm()