...
| Status |
|---|
| colour | Blue |
|---|
| title | Integrators |
|---|
|
| Status |
|---|
| colour | Green |
|---|
| title | StandUpdated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | gilt fuer applies to Nuclos 4.2026.x |
|---|
|
| Panel |
|---|
|
Auf dieser SeiteOn this page |
| Hinweis |
|---|
| title | Machine-translated – under review |
|---|
|
This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above). |
...
Please carry out the steps described in section 5.1.2.
5.3.3 Running the additional object import
...
- 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.
- The ReferenceWrapper is to be replaced by a DebitorReferenceWrapper (see section 4.8.1)
- The PaymentReferenceWrapper is to be replaced by DirectDebitReferenceWrapper (see section 4.8.1)
- The PaymentReferenceFacade is to be replaced by DirectDebitReferenceFacade (see section 4.8.2)
Related pages