Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

  1. The class SEPALogic (or the concrete implementation of AbstractSEPALogic used in your case) has to be adapted to some changes and additions:
    • class imports: PaymentType and SequenceType are independent classes from version 2.0.0.
    • The method fetchPaymentReferences(SEPAExport) was renamed to fetchDirectDebitReferences(SEPAExport) and returns a list of objects of type AbstractDirectDebitReferenceWrapper
    • Please refer to the description of the integration steps in section 4.8.3 for further changes.
  2. The ReferenceWrapper is to be replaced by a DebitorReferenceWrapper (see section 4.8.1)
  3. The PaymentReferenceWrapper is to be replaced by DirectDebitReferenceWrapper (see section 4.8.1)
  4. The PaymentReferenceFacade is to be replaced by DirectDebitReferenceFacade (see section 4.8.2)

Related pages

open book Nuclet: SEPA


SEPA Nuclet data sheet

Öffnen →

open book Interfaces


All integrations

Öffnen →