Documentation
¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
- type Tarifkalkulationsmethode
- func (r Tarifkalkulationsmethode) MarshalJSON() ([]byte, error)
- func (r *Tarifkalkulationsmethode) Scan(src interface{}) error
- func (i Tarifkalkulationsmethode) String() string
- func (r *Tarifkalkulationsmethode) UnmarshalJSON(data []byte) error
- func (r Tarifkalkulationsmethode) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tarifkalkulationsmethode ¶
type Tarifkalkulationsmethode int
Tarifkalkulationsmethode Aulistung der verschiedenen Berechnungsmethoden für ein Preisblatt.
const ( STAFFELN Tarifkalkulationsmethode = iota + 1 ZONEN BESTABRECHNUNG_STAFFEL PAKETPREIS )
func (Tarifkalkulationsmethode) MarshalJSON ¶
func (r Tarifkalkulationsmethode) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Tarifkalkulationsmethode satisfies json.Marshaler.
func (*Tarifkalkulationsmethode) Scan ¶
func (r *Tarifkalkulationsmethode) Scan(src interface{}) error
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 (Tarifkalkulationsmethode) String ¶
func (i Tarifkalkulationsmethode) String() string
func (*Tarifkalkulationsmethode) UnmarshalJSON ¶
func (r *Tarifkalkulationsmethode) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Tarifkalkulationsmethode satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.