We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BO Tarif.energiemix
1 parent 2aa5008 commit 7a880c7Copy full SHA for 7a880c7
1 file changed
src/bo4e/bo/tarif.py
@@ -91,7 +91,7 @@ class Tarif(Tarifinfo):
91
website: Optional[str]
92
"""Internetseite, auf der der Tarif veröffentlicht ist."""
93
energiemix: Optional[list["Energiemix"]]
94
- """TODO: Write meaningful doc-string"""
+ """Der Energiemix mit einem Eintrag pro Gültigkeitsjahr (siehe `Energiemix.gueltigkeitsjahr`)."""
95
kundentypen: Optional[list["Kundentyp"]]
96
"""Eine Liste an Kundentypen, für die dieser Tarif vorgesehen ist."""
97
tariftyp: Optional["Tariftyp"]
0 commit comments