You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setter exists and is in the documentation, but the settlementAccount variable is not used anywhere in the file. Is this supposed to be used somewhere? With my bank everything appears to be going through my main account.
The text was updated successfully, but these errors were encountered:
I was wondering about this as well so I looked at the NACHA format spec and there is no place I can find where you would specify a settlement account. Not sure why it is there.
It's been years since I've looked at a NACHA file or this code, so I'm not sure what I have to say is relevant. I wish I could find the code that I used this repo for.
Anyway, the use case I had when I used this was to push/pull money to/from many non-transactional accounts (MM/Savings) to/from a single transactional (checking) account that we called the settlement account. I thought we used the settlementAccount property to specify the account when creating the offsetting transaction, but I don't see a getter and the property is private. I may have extended the NachaFile class and made my own getter.
Sorry I don't have a solid answer for you, but I don't think it is a requirement.
This setter exists and is in the documentation, but the settlementAccount variable is not used anywhere in the file. Is this supposed to be used somewhere? With my bank everything appears to be going through my main account.
The text was updated successfully, but these errors were encountered: