kewisch / sepa.js

Create and validate SEPA XML transactions
http://kewisch.github.io/sepa.js
Other
88 stars 61 forks source link

Choose between first and subsequent transfer #26

Closed leondroidgeeks closed 6 years ago

leondroidgeeks commented 6 years ago

Please provide an API or tell how to choose between first (FRST) and subsequent (RCUR) transfer for each batch. I looked into your code and sequenceType: 'FRST' is set fixed. Would be very great!

leondroidgeeks commented 6 years ago

Found the solution. You can write info.sequenceType = "RCUR";