Interface RefundPaymentTransactionStrategy

All Known Implementing Classes:
AccommodationRefundPaymentTransactionStrategy, DefaultRefundPaymentTransactionStrategy

public interface RefundPaymentTransactionStrategy
Strategy interface to handle refund for a specific journey
  • Method Details

    • handleRefund

      void handleRefund(AbstractOrderModel abstractOrder, OrderEntryType entryType, List<AbstractOrderEntryModel> entries)
      This method triggers the creation of refund payment transaction entries according with the specific journey it refers to
      Parameters:
      cartModel -
      entryType -
      entries -
      totalToRefund -