Closed leondroidgeeks closed 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!
sequenceType: 'FRST'
Found the solution. You can write info.sequenceType = "RCUR";
info.sequenceType = "RCUR";
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!