Class FollowOnRefundMockCommand
- java.lang.Object
-
- de.hybris.platform.payment.commands.impl.GenericMockCommand
-
- de.hybris.platform.payment.commands.impl.FollowOnRefundMockCommand
-
- All Implemented Interfaces:
Command<FollowOnRefundRequest,RefundResult>,FollowOnRefundCommand<FollowOnRefundRequest>
public class FollowOnRefundMockCommand extends GenericMockCommand implements FollowOnRefundCommand<FollowOnRefundRequest>
A mockup Implementation forFollowOnRefundCommand
-
-
Constructor Summary
Constructors Constructor Description FollowOnRefundMockCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefundResultperform(FollowOnRefundRequest request)perform command for a given request R-
Methods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
-
-
-
Method Detail
-
perform
public RefundResult perform(FollowOnRefundRequest request)
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<FollowOnRefundRequest,RefundResult>- Specified by:
performin interfaceFollowOnRefundCommand<FollowOnRefundRequest>- Parameters:
request- request to perform- Returns:
- outcome O of command
-
-