public interface CommercePaymentGateway
| Modifier and Type | Method and Description |
|---|---|
CommercePaymentEntry |
authorize(CommercePaymentEntry commercePaymentEntry) |
CommercePaymentEntry |
cancel(CommercePaymentEntry commercePaymentEntry) |
CommercePaymentEntry |
capture(CommercePaymentEntry commercePaymentEntry) |
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.PortalExceptionCommercePaymentEntry refund(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException