Uses of Class
de.hybris.platform.payment.commands.result.RefundResult
Packages that use RefundResult
Package
Description
-
Uses of RefundResult in de.hybris.platform.payment.commands
Methods in de.hybris.platform.payment.commands that return RefundResultModifier and TypeMethodDescription -
Uses of RefundResult in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl that return RefundResultModifier and TypeMethodDescriptionFollowOnRefundMockCommand.perform(FollowOnRefundRequest request) StandaloneRefundMockCommand.perform(StandaloneRefundRequest request) -
Uses of RefundResult in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods that return RefundResultModifier and TypeMethodDescriptionCardPaymentService.refundFollowOn(FollowOnRefundRequest request) Refunds money to customer based on previous transaction.CardPaymentService.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 RefundResultModifier and TypeMethodDescriptionDefaultCardPaymentServiceImpl.refundFollowOn(FollowOnRefundRequest request) DefaultCardPaymentServiceImpl.refundStandalone(StandaloneRefundRequest request)