Closed
Description
Hello,
Thank you for providing this library to the PHP community.
I'm trying to parse some CAMT053.001.02 files and I've discovered in the related parties of an entry (RelatedPartyTypeInterface.php
) the only available properties is name
and address
when the ISO specification provides additional properties. In this case I'm looking to use ISO Index 9.1.13 and 9.1.21 for the debtor and creditor (and their ultimate versions) respectively. In the XSD for 053.001.02 this is named Party6Choice
under PartyIdentification32
.
I see that the structure of related parties has changed in later versions, but I still wanted to ask if it's possible to get this information parsed correctly.