Interface FollowOnRefundCommand<T extends AbstractRequest>

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

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