Interface StandaloneRefundCommand<T extends AbstractRequest>

All Superinterfaces:
Command<T,RefundResult>
All Known Implementing Classes:
StandaloneRefundMockCommand

public interface StandaloneRefundCommand<T extends AbstractRequest> extends Command<T,RefundResult>
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 Type
    Method
    Description
    perform(T request)
    perform command for a given request R