Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Netznutzungszahler ¶
type Netznutzungszahler int
Netznutzungszahler bildet ab, wer für die Netznutzung zahlt Note that this is not official BO4E standard (yet).
const ( // KUNDE heißt, der Endkunde zahlt (EDIFACT Z10) KUNDE Netznutzungszahler = iota + 1 LIEFERANT // LIEFERANT bedeutet, der Lieferant zahlt (EDIFACT Z11) )
func (Netznutzungszahler) MarshalJSON ¶
func (r Netznutzungszahler) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Netznutzungszahler satisfies json.Marshaler.
func (Netznutzungszahler) String ¶
func (i Netznutzungszahler) String() string
func (*Netznutzungszahler) UnmarshalJSON ¶
func (r *Netznutzungszahler) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Netznutzungszahler satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.