Skip to content

Commit

Permalink
Merge pull request #226 from angrycodez/master
Browse files Browse the repository at this point in the history
add ElectronicAddressSchemeIdentifiers
  • Loading branch information
stephanstapel authored Dec 7, 2023
2 parents da13472 + 325ebba commit 1c5cf14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ZUGFeRD/ElectronicAddressSchemeIdentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ namespace s2industries.ZUGFeRD
/// </summary>
public enum ElectronicAddressSchemeIdentifiers
{

/// <summary>
/// EAN Location Code
/// </summary>
EanLocationCode = 0088,

/// <summary>
/// German Leitweg-ID
/// </summary>
LeitwegID = 0204,

/// <summary>
/// Hungary VAT number
/// </summary>
Expand Down

0 comments on commit 1c5cf14

Please sign in to comment.