SEPATransferResult.ktA simple data container with the following fields:
| Field | Type | Purpose |
|---|---|---|
xmlContent | String? | The generated pain.001 SEPA XML document |
processedInvoices | List<RechnungDO> | Invoices successfully included in the transfer |
unprocessedInvoices | List<RechnungDO> | Invoices excluded due to validation errors |
errorMessages | List<String> | Human-readable error messages for each issue |
totalAmount | BigDecimal? | Total sum of all transfers in the XML |
numberOfTransactions | Int | Count of individual SEPA payment transactions |
868d6abb7 2025 -> 2026 63081666f Source file headers: 2024-> 2025. b6092df09 Copyright 2023 -> 2024 ab45d51fa Copyright 2001-2022 -> 2001-2023. e4a9008d4 SEPA Export for invoices added.