List of all tax offices (Δ.Ο.Υ.) in Greece.
$ npm install greece-tax-offices
Get a list of the tax offices:
const taxOffices = require('greece-tax-offices');
taxOffices.forEach(function(office) {
console.log(office.code);
});
List of all tax offices (Δ.Ο.Υ.) in Greece.
$ npm install greece-tax-offices
Get a list of the tax offices:
const taxOffices = require('greece-tax-offices');
taxOffices.forEach(function(office) {
console.log(office.code);
});