Documentation ¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
- type Handelsunstimmigkeitstyp
- func (r Handelsunstimmigkeitstyp) MarshalJSON() ([]byte, error)
- func (r *Handelsunstimmigkeitstyp) Scan(src interface{}) error
- func (i Handelsunstimmigkeitstyp) String() string
- func (r *Handelsunstimmigkeitstyp) UnmarshalJSON(data []byte) error
- func (r Handelsunstimmigkeitstyp) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handelsunstimmigkeitstyp ¶
type Handelsunstimmigkeitstyp int
Handelsunstimmigkeitstyp are the possible types of a bo.Handelsunstimmigkeit
const ( // HANDELSRECHNUNG represents SG2 DOC 1001 code "380" HANDELSRECHNUNG Handelsunstimmigkeitstyp = iota + 1 // LIEFERSCHEIN_HANDELSUNSTIMMIGKEITSTYP represents SG2 DOC 1001 code "270" LIEFERSCHEIN_HANDELSUNSTIMMIGKEITSTYP // LIEFERSCHEIN_GRUND_ARBEITSPREIS represents SG2 DOC 1001 code "Z41" LIEFERSCHEIN_GRUND_ARBEITSPREIS // LIEFERSCHEIN_ARBEITS_LEISTUNGSPREIS represents SG2 DOC 1001 code "Z42" LIEFERSCHEIN_ARBEITS_LEISTUNGSPREIS )
func (Handelsunstimmigkeitstyp) MarshalJSON ¶
func (r Handelsunstimmigkeitstyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Handelsunstimmigkeitstyp satisfies json.Marshaler.
func (*Handelsunstimmigkeitstyp) Scan ¶ added in v0.2.3
func (r *Handelsunstimmigkeitstyp) 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 (Handelsunstimmigkeitstyp) String ¶
func (i Handelsunstimmigkeitstyp) String() string
func (*Handelsunstimmigkeitstyp) UnmarshalJSON ¶
func (r *Handelsunstimmigkeitstyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Handelsunstimmigkeitstyp satisfies json.Unmarshaler.
func (Handelsunstimmigkeitstyp) Value ¶ added in v0.2.3
func (r Handelsunstimmigkeitstyp) Value() (driver.Value, error)
Value returns the string representation of r or an error, if no string representation exists. It implements the sql.Valuer interface to be useable by sql drivers when storing enums.
Click to show internal directories.
Click to hide internal directories.