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.PortalException
CommercePaymentEntry cancel(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CommercePaymentEntry capture(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getKey()
int getType()
CommercePaymentEntry refund(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException