Interface CommercePaymentIntegration
public interface CommercePaymentIntegration
-
Method Summary
Modifier and TypeMethodDescriptionauthorize(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) cancel(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) capture(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) getDescription(Locale locale) getKey()intdefault com.liferay.portal.kernel.util.UnicodePropertiesrefund(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) default CommercePaymentEntrysetUpPayment(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry)
-
Method Details
-
authorize
CommercePaymentEntry authorize(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
cancel
CommercePaymentEntry cancel(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
capture
CommercePaymentEntry capture(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
-
getKey
String getKey() -
getName
-
getPaymentIntegrationType
int getPaymentIntegrationType() -
getPaymentIntegrationTypeSettings
default com.liferay.portal.kernel.util.UnicodeProperties getPaymentIntegrationTypeSettings() -
refund
CommercePaymentEntry refund(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
setUpPayment
default CommercePaymentEntry setUpPayment(jakarta.servlet.http.HttpServletRequest httpServletRequest, CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-