Uses of Class
de.hybris.platform.payment.commands.result.RefundResult
-
Packages that use RefundResult Package Description de.hybris.platform.payment.commands de.hybris.platform.payment.commands.impl de.hybris.platform.payment.methods de.hybris.platform.payment.methods.impl -
-
Uses of RefundResult in de.hybris.platform.payment.commands
Methods in de.hybris.platform.payment.commands that return RefundResult Modifier and Type Method Description RefundResultFollowOnRefundCommand. perform(T request)RefundResultStandaloneRefundCommand. perform(T request) -
Uses of RefundResult in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl that return RefundResult Modifier and Type Method Description RefundResultFollowOnRefundMockCommand. perform(FollowOnRefundRequest request)RefundResultStandaloneRefundMockCommand. perform(StandaloneRefundRequest request) -
Uses of RefundResult in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods that return RefundResult Modifier and Type Method Description RefundResultCardPaymentService. refundFollowOn(FollowOnRefundRequest request)Refunds money to customer based on previous transaction.RefundResultCardPaymentService. refundStandalone(StandaloneRefundRequest request)Refunds money to customer not based on previous transaction. -
Uses of RefundResult in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl that return RefundResult Modifier and Type Method Description RefundResultDefaultCardPaymentServiceImpl. refundFollowOn(FollowOnRefundRequest request)RefundResultDefaultCardPaymentServiceImpl. refundStandalone(StandaloneRefundRequest request)
-