Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AufAbschlagstyp ¶
type AufAbschlagstyp int
AufAbschlagstyp defines , if the Auf- or Abschlag is relative or absolute
const ( RELATIV AufAbschlagstyp = iota + 1 // prozentualer AufAbschlag ABSOLUT //Absoluter AufAbschlag )
func (AufAbschlagstyp) MarshalJSON ¶
func (r AufAbschlagstyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so AufAbschlagstyp satisfies json.Marshaler.
func (AufAbschlagstyp) String ¶
func (i AufAbschlagstyp) String() string
func (*AufAbschlagstyp) UnmarshalJSON ¶
func (r *AufAbschlagstyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so AufAbschlagstyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.