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 BOTyp ¶
type BOTyp int
BOTyp is an enumeration that contains all available Business Objects
const ( // ANGEBOT is an offer ANGEBOT BOTyp = iota + 1 ANSPRECHPARTNER // ANSPRECHPARTNER is the type of a contact person, see bo.ANSPRECHPARTNER AUSSCHREIBUNG // AUSSCHREIBUNG is a tender offer BILANZIERUNG // BILANZIERUNG contains balancing information (this is not BO4E standard, yet) ENERGIEMENGE // ENERGIEMENGE is the tpye of an energy amount, see bo.ENERGIEMENGE GESCHAEFTSPARTNER // GESCHAEFTSPARTNER is a business partner KOSTEN // KOSTEN are costs LASTGANG // LASTGANG is the type of bo.LASTGANG MARKTLOKATION // MARKTLOKATION is a market location / "MaLo" MESSLOKATION // MESSLOKATION is a metering location / "MeLo" MARKTTEILNEHMER // MARKTTEILNEHMER is a market partner NETZNUTZUNGSRECHNUNG // NETZNUTZUNGSRECHNUNG is a grid usage bill PREISBLATT // PREISBLATT is a price sheet PREISBLATTDIENSTLEISTUNG // PREISBLATTDIENSTLEISTUNG is a PREISBLATT for services PREISBLATTKONZESSIONSABGABE // PREISBLATTKONZESSIONSABGABE is a PREISBLATT for concession fees PREISBLATTMESSUNG // PREISBLATTMESSUNG is a PREISBLATT for metering PREISBLATTUMLAGEN // PREISBLATTUMLAGEN is a PREISBLATT for allocations RECHNUNG // RECHNUNG is a Invoice REKLAMATION // REKLAMATION is the complaint, that an ENERGIEMENGE is missing or unplausible TARIFINFO // TARIFINFO Are information about tariffs TARIFPREISBLATT // TARIFPREISBLATT is a PREISBLATT about Tariffs VERTRAG // VERTRAG is contract ZAEHLER // ZAEHLER is a power, gas, heat or water meter ZEITREIHE // ZEITREIHE is data over time (e.g. consumption, prognosis etc.) HANDELSUNSTIMMIGKEIT // HANDELSUNSTIMMIGKEIT contains information about discrepancies in market communication. AVIS // AVIS is a REMADV STATUSBERICHT // Statusbericht states the status of a process and can be used for APERAK or IFTSTA )
func (BOTyp) MarshalJSON ¶
MarshalJSON is generated so BOTyp satisfies json.Marshaler.
func (*BOTyp) 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 (*BOTyp) UnmarshalJSON ¶
UnmarshalJSON is generated so BOTyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.