Class AuthorizeNetDeleteProfileForm

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

public class AuthorizeNetDeleteProfileForm extends BaseForm
Form to delete CIM profile
Author:
Jason McWilliams
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • cimPaymentProfileID

      public String cimPaymentProfileID
  • Constructor Details

    • AuthorizeNetDeleteProfileForm

      public AuthorizeNetDeleteProfileForm()
  • Method Details

    • getCimPaymentProfileID

      public String getCimPaymentProfileID()
    • setCimPaymentProfileID

      public void setCimPaymentProfileID(String cimPaymentProfileID)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm