Open jdebarochez opened 8 years ago
Hi,
Current version does not allow that. I've not planned to implement it. The reason is a really quick workaround: you can create multiple files.
Little late to the party, but I needed it also, creating it was rather simple.
I currently only added it to DebitTransfer(Transaction), because this was what I needed, if you like the idea, I can create a pull request (also for CreditTransfer). I've added RequestedExecutionDate to the Transaction itself, grouped by it creates a pmtInf for each "Transaction".
Hope you don't hate the use of System.Linq
Thanks for your proposal. Sorry for the delay. Maybe I'm wrong but I think, it's a breaking change if RequestedExecutionDate should be defined for each transaction. Instead, if it can be defined globally (as actually done) and possibly overriden in each transaction, it will be a very good enhancement!
Hello,
Would it be possible to allow multiple payment informations? Each of them would have a list of transactions like we have at the moment directly in a SepaTransfer.
Thanks.