Interface StandaloneRefundCommand<T extends AbstractRequest>
- All Superinterfaces:
Command<T,RefundResult>
- All Known Implementing Classes:
StandaloneRefundMockCommand
Command for handling stand-alone refunds. Stand-alone refund means to return back money to customer account not
associated with any order or previous transactions. Just passes money from one account to another contrary to
FollowOnRefundCommand-
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
-