Skip to content

Commit

Permalink
Update ReferenceTypeCodes.cs
Browse files Browse the repository at this point in the history
Add new values "BA" and "SE"
  • Loading branch information
mhartmann-weissblau authored Jan 16, 2025
1 parent fe4ea5b commit a6a3e5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ZUGFeRD/ReferenceTypeCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ public enum ReferenceTypeCodes
/// </summary>
AWR,

/// <summary>
/// Aktueller Anfangszählerstand
/// (z.B. Kilometerstand eines Fahrzeugs)
/// </summary>
BA,

/// <summary>
/// Rahmenauftragsnummer
/// </summary>
Expand Down Expand Up @@ -222,6 +228,11 @@ public enum ReferenceTypeCodes
/// </summary>
PP,

/// <summary>
/// Seriennummer
/// </summary>
SE,

/// <summary>
/// Transportauftragsnummer
/// </summary>
Expand Down

0 comments on commit a6a3e5b

Please sign in to comment.