php-twinfield / twinfield

PHP 7.3+ Library for using the Twinfield API.
https://accounting.twinfield.com/webservices/documentation/#/
Other
33 stars 77 forks source link

Adding ability to fetch VAT code details #198

Closed rojtjo closed 3 years ago

rojtjo commented 3 years ago

For a project I'm working on I need the ability to lookup the VAT percentages. I've tried matching the coding style as much as possible, but it might be off in some places.

Also, I'm not quite sure about the naming I used for the objects as VatCode (less detailed) was already used for the listAll method on the connector.

Happy to change anything, let me know!

willemstuursma commented 3 years ago

Thanks, I'll have a look tomorrow.

willemstuursma commented 3 years ago

Thanks.