Interface ChargebackDescriptionFiller


  • public interface ChargebackDescriptionFiller
    Fills the description of a returned chargeback. Chargebacks don't have a corresponding Transaction, hence, no description. When returning a chargeback in the account history, we need to calculate the description on-the-fly. This component makes sure a single SELECT statement is performed to fetch all corresponding transaction descriptions, so the chargeback descriptions can be calculated.
    • Method Detail

      • fill

        void fill()
        Fills the descriptions of the added chargebacks.