stephanstapel / ZUGFeRD-csharp

C# assembly for creating and reading ZUGFeRD invoices
Apache License 2.0
169 stars 93 forks source link

ElectronicAddressSchemeIdentifiers is missing the code for Austrian VAT Number (9914) #353

Closed cst-tobias-michel closed 1 week ago

cst-tobias-michel commented 1 week ago

Hi,

the ElectronicAddressSchemeIdenitfiers Enum is missing a value for Austria. In the Peppol EAS it is listed as: 9914 - Österreichische Umsatzsteuer-Identifikationsnummer

Is that intentional? If not would it be possible to add it soon?

stephanstapel commented 1 week ago

Hi @cst-tobias-michel , Maybe it was't defined in the specification when I implemented it. Feel free to send a PR, looking forward!

cst-tobias-michel commented 1 week ago

@stephanstapel Thank you for your quick reply! Closing this issue now as the code is merged in the main branch.