public interface CommercePaymentIntegration
| Modifier and Type | Method and Description |
|---|---|
CommercePaymentEntry |
authorize(CommercePaymentEntry commercePaymentEntry) |
CommercePaymentEntry |
cancel(CommercePaymentEntry commercePaymentEntry) |
CommercePaymentEntry |
capture(CommercePaymentEntry commercePaymentEntry) |
java.lang.String |
getKey() |
int |
getType() |
CommercePaymentEntry |
refund(CommercePaymentEntry commercePaymentEntry) |
CommercePaymentEntry authorize(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePaymentEntry cancel(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePaymentEntry capture(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getKey()
int getType()
CommercePaymentEntry refund(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException