rechnungsstatus

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 Rechnungsstatus

type Rechnungsstatus int

Rechnungsstatus ist eine Abbildung verschiedener Zustände, die im Rahmen der Rechnungsbearbeitung durchlaufen werden

const (
	// UNGEPRUEFT means the invoice has not been checked yet / Die Rechnung wurde erstellt bzw ist eingegangen, wurde aber noch nicht geprüft.
	UNGEPRUEFT Rechnungsstatus = iota + 1
	// GEPRUEFT_OK means the invoice has been successfully checked / Die Rechnung wurde geprüft und als korrekt befunden.
	GEPRUEFT_OK
	// GEPRUEFT_FEHLERHAFT means the invoice check returned errors / Bei der Prüfung der Rechnung hat sich herausgestellt, dass die Rechnung Fehler aufweist.
	GEPRUEFT_FEHLERHAFT
	// GEBUCHT means the invoice has been booked / Die Buchhaltung hat die Rechnung aufgenommen und berücksichtigt.
	GEBUCHT
	// BEZAHLT means the invoice has been paid / Die Rechnung wurde beglichen.
	BEZAHLT
)

func (Rechnungsstatus) MarshalJSON

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

MarshalJSON is generated so Rechnungsstatus satisfies json.Marshaler.

func (*Rechnungsstatus) Scan added in v0.2.3

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

func (i Rechnungsstatus) String() string

func (*Rechnungsstatus) UnmarshalJSON

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

UnmarshalJSON is generated so Rechnungsstatus satisfies json.Unmarshaler.

func (Rechnungsstatus) Value added in v0.2.3

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