Class PartialCaptureMockCommand
java.lang.Object
de.hybris.platform.payment.commands.impl.GenericMockCommand
de.hybris.platform.payment.commands.impl.PartialCaptureMockCommand
- All Implemented Interfaces:
Command<PartialCaptureRequest,,CaptureResult> PartialCaptureCommand
A mockup implementation of the partial capture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(PartialCaptureRequest request) perform command for a given request RMethods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
Constructor Details
-
PartialCaptureMockCommand
public PartialCaptureMockCommand()
-
-
Method Details
-
perform
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<PartialCaptureRequest,CaptureResult> - Parameters:
request- request to perform- Returns:
- outcome O of command
-