Class StandaloneRefundMockCommand
java.lang.Object
de.hybris.platform.payment.commands.impl.GenericMockCommand
de.hybris.platform.payment.commands.impl.StandaloneRefundMockCommand
- All Implemented Interfaces:
Command<StandaloneRefundRequest,,RefundResult> StandaloneRefundCommand<StandaloneRefundRequest>
public class StandaloneRefundMockCommand
extends GenericMockCommand
implements StandaloneRefundCommand<StandaloneRefundRequest>
A mockup Implementation for
StandaloneRefundCommand.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(StandaloneRefundRequest request) perform command for a given request RMethods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
Constructor Details
-
StandaloneRefundMockCommand
public StandaloneRefundMockCommand()
-
-
Method Details
-
perform
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<StandaloneRefundRequest,RefundResult> - Specified by:
performin interfaceStandaloneRefundCommand<StandaloneRefundRequest>- Parameters:
request- request to perform- Returns:
- outcome O of command
-