python-quickbooks
python-quickbooks copied to clipboard
Add support for RecurringTransaction
The RecurringTransaction object in the QBO api is quick awkward to work with. I had to extend each support object and then inject the recurring properties into it. The code for this object is quite a bit different from how other objects work, but at the end of the day you can interact with it using the same patterns as other objects.
I'm happy to discuss further or make changes
Closes: #270