nnrechnungstyp

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 5 Imported by: 0

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 NNRechnungstyp

type NNRechnungstyp int

NNRechnungstyp ist der Typ der bo.Netznutzungsrechnung (Abbildung verschiedener in der INVOIC angegebenen Rechnungstypen)

const (
	// ABSCHLUSSRECHNUNG is a Abschlussrechnung
	ABSCHLUSSRECHNUNG          NNRechnungstyp = iota + 1
	ABSCHLAGSRECHNUNG                         // ABSCHLAGSRECHNUNG is a Abschlagsrechnung
	TURNUSRECHNUNG                            // TURNUSRECHNUNG is a Turnusrechnung
	MONATSRECHNUNG                            // MONATSRECHNUNG is a Monatsrechnung
	WIMRECHNUNG                               // WIMRECHNUNG is a Rechnung für WiM
	ZWISCHENRECHNUNG                          // ZWISCHENRECHNUNG is a Zwischenrechnung
	INTEGRIERTE_13TE_RECHNUNG                 // INTEGRIERTE_13TE_RECHNUNG is a Integrierte 13. Rechnung
	ZUSAETZLICHE_13TE_RECHNUNG                // ZUSAETZLICHE_13TE_RECHNUNG is a Zusätzliche 13. Rechnung
	MEHRMINDERMENGENRECHNUNG                  // MEHRMINDERMENGENRECHNUNG is a Mehr/Mindermengenabrechnung
	MSBRECHNUNG                               // MSBRECHNUNG is the invoice for the meter server operation (Messstellenbetrieb/MSB)
)

func (NNRechnungstyp) MarshalJSON

func (r NNRechnungstyp) MarshalJSON() ([]byte, error)

MarshalJSON is generated so NNRechnungstyp satisfies json.Marshaler.

func (*NNRechnungstyp) Scan added in v0.2.3

func (r *NNRechnungstyp) 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 (NNRechnungstyp) String

func (i NNRechnungstyp) String() string

func (*NNRechnungstyp) UnmarshalJSON

func (r *NNRechnungstyp) UnmarshalJSON(data []byte) error

UnmarshalJSON is generated so NNRechnungstyp satisfies json.Unmarshaler.

func (NNRechnungstyp) Value added in v0.2.3

func (r NNRechnungstyp) 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL