Skip to content

Commit c40b59e

Browse files
hf-kkleinKonstantin
and
Konstantin
authored
feat: add flag IstFuerLieferanmeldungRelevant to BO Messlokation (#386)
feat: add flag `IstFuerLIeferanmeldungRelevant` to BO Messlokation see Hochfrequenz/BO4E-dotnet#704 Co-authored-by: Konstantin <[email protected]>
1 parent 33d8ec4 commit c40b59e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bo/messlokation.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ type Messlokation struct {
3030
Messadresse *com.Adresse `json:"messadresse,omitempty" validate:"required_without_all=Geoadresse Katasterinformation"` // Messadresse is a street address of the Messlokation
3131
Geoadresse *com.Geokoordinaten `json:"geoadresse,omitempty" validate:"required_without_all=Messadresse Katasterinformation"` // Geoadresse are gps coordinates of the Messlokation
3232
Katasterinformation *com.Katasteradresse `json:"katasterinformation,omitempty" validate:"required_without_all=Messadresse Geoadresse"` // Katasterinformation is a cadastre address of the Messlokation
33+
34+
// IstFuerLieferanmeldungRelevant ist ein Behelfs-Flag das anzeigt, ob eine Messlokation für die Lieferanmeldung relevant ist (true).
35+
IstFuerLieferanmeldungRelevant *bool `json:"istFuerLieferanmeldungRelevant,omitempty"`
3336
}
3437

3538
// XorStructLevelMesslokationValidation ensures that only one of the possible address types is given

0 commit comments

Comments
 (0)