Commit 968ec5a
cleilson pereira
feat: Add PACS.007.001.10 Builder Support
- Implemented `Pacs00700110Builder` for ISO 20022 message PACS.007.001.10 (Payment Reversal V10)
- Added methods for setting group header, original group information, and payment transactions
- Included validation for message structure and transaction counts
- Implemented XML generation and serialization capabilities
- Added comprehensive test suite with unit tests for builder functionality and validation
- Updated `MessageType` enum to include `Pacs00700110`
- Documented builder methods and usage1 parent 6129abb commit 968ec5a
File tree
6 files changed
+1093
-2
lines changed- Iso20022Library.Application/Builders
- Pacs
- Iso20022Library.Domain/Common/Enums
- Iso20022Library.Tests/Builders
- Pacs
6 files changed
+1093
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments