Uses of Class
de.hybris.platform.payment.commands.request.StandaloneRefundRequest
-
Packages that use StandaloneRefundRequest Package Description de.hybris.platform.payment.commands.impl de.hybris.platform.payment.methods de.hybris.platform.payment.methods.impl -
-
Uses of StandaloneRefundRequest in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl with parameters of type StandaloneRefundRequest Modifier and Type Method Description RefundResultStandaloneRefundMockCommand. perform(StandaloneRefundRequest request) -
Uses of StandaloneRefundRequest in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods with parameters of type StandaloneRefundRequest Modifier and Type Method Description RefundResultCardPaymentService. refundStandalone(StandaloneRefundRequest request)Refunds money to customer not based on previous transaction. -
Uses of StandaloneRefundRequest in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl with parameters of type StandaloneRefundRequest Modifier and Type Method Description RefundResultDefaultCardPaymentServiceImpl. refundStandalone(StandaloneRefundRequest request)
-