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.
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 thelistAll
method on the connector.Happy to change anything, let me know!