Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vertragsart ¶
type Vertragsart int
Vertragsart describes different kinds of contracts
const ( // ENERGIELIEFERVERTRAG is an energy supply contract ENERGIELIEFERVERTRAG Vertragsart = iota + 1 NETZNUTZUNG // Netznutzungsvertrag BILANZIERUNGSVERTRAG // BILANZIERUNGSVERTRAG MESSSTELLENBETRIEBSVERTRAG // Messstellenabetriebsvertrag BUENDELVERTRAG // Bündelvertrag )
func (Vertragsart) MarshalJSON ¶
func (r Vertragsart) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Vertragsart satisfies json.Marshaler.
func (Vertragsart) String ¶
func (i Vertragsart) String() string
func (*Vertragsart) UnmarshalJSON ¶
func (r *Vertragsart) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Vertragsart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.