You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wert decimal.Decimal `json:"wert" validate:"required"` // Wert gibt die nominale Höhe des Preises an
Einheit waehrungseinheit.Waehrungseinheit `json:"einheit,omitempty" validate:"required"` // Einheit ist die Währungseinheit für den Preis
Bezugswert mengeneinheit.Mengeneinheit `json:"bezugswert,omitempty" validate:"required"` // Bezugswert ist eine Angabe, für welche Bezugsgröße der Preis gilt. Z.B. kWh
Status preisstatus.Preisstatus `json:"status,omitempty"` // Status gibt den Status des veröffentlichten Preises an