Netznutzungsrechnung

public interface Netznutzungsrechnung implements Rechnung

veröffentlicht am 06. Juni 2018

See also

Functions

getAbsendercodenummer
Link copied to clipboard
abstract String getAbsendercodenummer()
getBoTyp
Link copied to clipboard
abstract BOTyp getBoTyp()
getEmpfaengercodenummer
Link copied to clipboard
abstract String getEmpfaengercodenummer()
getExterneReferenzen
Link copied to clipboard
abstract Set<ExterneReferenzgetExterneReferenzen()
getFaelligkeitsdatum
Link copied to clipboard
abstract LocalDate getFaelligkeitsdatum()
getGesamtbrutto
Link copied to clipboard
abstract Betrag getGesamtbrutto()
getGesamtnetto
Link copied to clipboard
abstract Betrag getGesamtnetto()
getGesamtsteuer
Link copied to clipboard
abstract Betrag getGesamtsteuer()
getLokationsId
Link copied to clipboard
abstract String getLokationsId()
getNnrechnungsart
Link copied to clipboard
abstract NNRechnungsart getNnrechnungsart()
getNnrechnungstyp
Link copied to clipboard
abstract NNRechnungstyp getNnrechnungstyp()
getOriginal
Link copied to clipboard
abstract Boolean getOriginal()
getOriginalRechnungsnummer
Link copied to clipboard
abstract String getOriginalRechnungsnummer()
getRabattBrutto
Link copied to clipboard
abstract Betrag getRabattBrutto()
getRechnungsdatum
Link copied to clipboard
abstract LocalDate getRechnungsdatum()
getRechnungsempfaenger
Link copied to clipboard
abstract Geschaeftspartner getRechnungsempfaenger()
getRechnungsersteller
Link copied to clipboard
abstract Geschaeftspartner getRechnungsersteller()
getRechnungsnummer
Link copied to clipboard
abstract String getRechnungsnummer()
getRechnungsperiode
Link copied to clipboard
abstract Zeitraum getRechnungsperiode()
getRechnungspositionen
Link copied to clipboard
abstract List<RechnungspositiongetRechnungspositionen()
getRechnungsstatus
Link copied to clipboard
abstract Rechnungsstatus getRechnungsstatus()
getRechnungsstyp
Link copied to clipboard
abstract Rechnungstyp getRechnungsstyp()
getRechnungstitel
Link copied to clipboard
abstract String getRechnungstitel()
getSimuliert
Link copied to clipboard
abstract Boolean getSimuliert()
getSparte
Link copied to clipboard
abstract Sparte getSparte()
getSteuerbetraege
Link copied to clipboard
abstract Set<SteuerbetraggetSteuerbetraege()
getStorno
Link copied to clipboard
abstract Boolean getStorno()
getVersionStruktur
Link copied to clipboard
abstract Integer getVersionStruktur()
getVorausgezahlt
Link copied to clipboard
abstract Betrag getVorausgezahlt()
getZuzahlen
Link copied to clipboard
abstract Betrag getZuzahlen()

Inheritors

NetznutzungsrechnungImpl
Link copied to clipboard