Interface CommercePaymentIntegration


public interface CommercePaymentIntegration
  • Method Details

    • authorize

      CommercePaymentEntry authorize(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • cancel

      CommercePaymentEntry cancel(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • capture

      CommercePaymentEntry capture(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDescription

      String getDescription(Locale locale)
    • getKey

      String getKey()
    • getName

      String getName(Locale locale)
    • getPaymentIntegrationType

      int getPaymentIntegrationType()
    • getPaymentIntegrationTypeSettings

      default com.liferay.portal.kernel.util.UnicodeProperties getPaymentIntegrationTypeSettings()
    • refund

      CommercePaymentEntry refund(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setUpPayment

      default CommercePaymentEntry setUpPayment(javax.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException