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.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
CommercePaymentEntry refund(CommercePaymentEntry commercePaymentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException