Interface FollowOnRefundCommand<T extends AbstractRequest>
- All Superinterfaces:
Command<T,RefundResult>
- All Known Implementing Classes:
FollowOnRefundMockCommand
Command for handling follow-on refunds. Follow-on refund means to return back money to customer account associated
with order or previous transaction. It is contrary to stand-alone refund
StandaloneRefundCommand-
Method Summary
Modifier and TypeMethodDescriptionperform command for a given request R
-
Method Details
-
perform
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<T extends AbstractRequest,RefundResult> - Parameters:
request- request to perform- Returns:
- outcome O of command
-