Documentation ¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anrede ¶
type Anrede int
Anrede ist eine Auflistung möglicher abzurechnender Dienstleistungen.
const ( // HERR (male) HERR Anrede = iota + 1 FRAU // FRAU (female) DIVERS // DIVERS (non-binary) - Unofficial / Customer requirement, not part of the BO4E standard yet. EHELEUTE // EHELEUTE (married couple) FIRMA // FIRMA (company) WOHNGEMEINSCHAFT // WOHNGEMEINSCHAFT is a share flat/WG - Unofficial / Customer requirement, not part of the BO4E standard yet. INDIVIDUELL // INDIVIDUELL festgelegt FAMILIE // FAMILIE (family) - Unofficial / Customer requirement, not part of the BO4E standard yet. ERBENGEMEINSCHAFT // ERBENGEMEINSCHAFT (community of heirs, community of co-heirs, community of joint heirs) - Unofficial / Customer requirement, not part of the BO4E standard yet. GRUNDSTUECKGEMEINSCHAFT // GRUNDSTUECKGEMEINSCHAFT - Unofficial / Customer requirement, not part of the BO4E standard yet. DR // DR (doctor) - Unofficial / Customer requirement, not part of the BO4E standard yet. )
func (Anrede) MarshalJSON ¶
MarshalJSON is generated so Anrede satisfies json.Marshaler.
func (*Anrede) Scan ¶ added in v0.2.3
Scan sets r to the enum value represented by src. It implements the sql.Scanner interface to be useable by sql drivers when reading from database.
func (*Anrede) UnmarshalJSON ¶
UnmarshalJSON is generated so Anrede satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.