Skip to content

Commit

Permalink
add ElectronicAddressSchemeIdentifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Dirsch committed Dec 4, 2023
1 parent da13472 commit 325ebba
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 325ebba

Please sign in to comment.