' Options:
'Date: 2025-04-05 14:26:21
'Version: 8.52
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://taxfiling.staging.pwc.de
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: SubmitUmsatzsteuererklaerung2020.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports System.Net
Imports PwC.xEric.Core.Services.Contracts.Requests
Imports PwC.xEric.Core.Domain.Concretes.Certificates
Imports PwC.xEric.Core.Domain.Concretes.Models
Imports PwC.xEric.Core.Domain.Concretes.Jahressteuern
Imports PwC.xEric.Core.Domain.Concretes.Umsatzsteuer.Steuererklaerungen.VJ2020
Imports PwC.xEric.Core.Services.Contracts.Umsatzsteuer.Requests
Imports PwC.DigitalHub.Utilities.IO.Core.Concretes.Models
Imports PwC.DigitalHub.Utilities.Domain.IO.Contracts
Imports PwC.xEric.Core.Domain.Contracts.Models
Imports PwC.xEric.Core.Domain.Concretes.Jahressteuern.Types
Imports PwC.xEric.Core.Domain.Contracts.Enums
Imports PwC.xEric.Core.Services.Contracts.Responses
Namespace Global
Namespace PwC.DigitalHub.Utilities.Domain.IO.Contracts
'''
'''Represents a base class for a file with raw data.
'''
Public Partial Class FileBase
'''
'''The raw data content of the file in bytes.
'''
Public Overridable Property Content As Byte()
End Class
Public Interface IFileMetadata
Property Name As String
Property FullName As String
Property LastAccessTime As Date
Property LastAccessTimeUtc As Date
Property LastWriteTime As Date
Property LastWriteTimeUtc As Date
Property Length As Long
Property UserId As Integer
Property GroupId As Integer
Property GroupCanExecute As Boolean
Property GroupCanWrite As Boolean
Property GroupCanRead As Boolean
Property OwnerCanRead As Boolean
Property OwnerCanExecute As Boolean
Property OwnerCanWrite As Boolean
Property OthersCanRead As Boolean
Property OthersCanExecute As Boolean
Property OthersCanWrite As Boolean
Property Extensions As Dictionary(Of String, String)
End Interface
End Namespace
Namespace PwC.DigitalHub.Utilities.IO.Core.Concretes.Models
'''
'''Represents a generic file that contains raw data content in bytes
'''
Public Partial Class BinaryFile
Inherits FileBase
'''
'''The attributes of the file.
'''
Public Overridable Property Metadata As FileMetadata
'''
'''The name of the file without information on its directory path.
'''
Public Overridable Property Name As String
End Class
'''
'''Represents information about a file or directory.
'''
Public Partial Class FileMetadata
Implements IFileMetadata
'''
'''The name of the file.For files, gets the name of the file.For directories, gets the name of the last directory in the hierarchy if a hierarchy exists; otherwise, the name of the directory.
'''
Public Overridable Property Name As String Implements IFileMetadata.Name
'''
'''The full path of the directory or file.
'''
Public Overridable Property FullName As String Implements IFileMetadata.FullName
'''
'''The time the current file or directory was last accessed.
'''
Public Overridable Property LastAccessTime As Date Implements IFileMetadata.LastAccessTime
'''
'''The name of the file.
'''
Public Overridable Property LastAccessTimeUtc As Date Implements IFileMetadata.LastAccessTimeUtc
'''
'''The time when the current file or directory was last written to.
'''
Public Overridable Property LastWriteTime As Date Implements IFileMetadata.LastWriteTime
'''
'''The time, in coordinated universal time (UTC), when the current file or directory was last written to.
'''
Public Overridable Property LastWriteTimeUtc As Date Implements IFileMetadata.LastWriteTimeUtc
'''
'''The size, in bytes, of the current file.
'''
Public Overridable Property Length As Long Implements IFileMetadata.Length
'''
'''The size, in bytes, of the current file.
'''
Public Overridable Property UserId As Integer Implements IFileMetadata.UserId
'''
'''The file group id.
'''
Public Overridable Property GroupId As Integer Implements IFileMetadata.GroupId
'''
'''A value that indicates whether the others can read from this file.
'''
Public Overridable Property OthersCanRead As Boolean Implements IFileMetadata.OthersCanRead
'''
'''A value that indicates whether the group members can execute this file.
'''
Public Overridable Property GroupCanExecute As Boolean Implements IFileMetadata.GroupCanExecute
'''
'''A value that indicates whether the group members can write into this file.
'''
Public Overridable Property GroupCanWrite As Boolean Implements IFileMetadata.GroupCanWrite
'''
'''A value that indicates whether the group members can read from this file.
'''
Public Overridable Property GroupCanRead As Boolean Implements IFileMetadata.GroupCanRead
'''
'''A value that indicates whether the owner can execute this file.
'''
Public Overridable Property OwnerCanExecute As Boolean Implements IFileMetadata.OwnerCanExecute
'''
'''A value that indicates whether the owner can write into this file.
'''
Public Overridable Property OwnerCanWrite As Boolean Implements IFileMetadata.OwnerCanWrite
'''
'''A value that indicates whether the owner can read from this file.
'''
Public Overridable Property OwnerCanRead As Boolean Implements IFileMetadata.OwnerCanRead
'''
'''A value that indicates whether others can read from this file.
'''
Public Overridable Property OthersCanExecute As Boolean Implements IFileMetadata.OthersCanExecute
'''
'''A value that indicates whether others can write into this file.
'''
Public Overridable Property OthersCanWrite As Boolean Implements IFileMetadata.OthersCanWrite
'''
'''Extensions to the file attributes.
'''
Public Overridable Property Extensions As Dictionary(Of String, String) Implements IFileMetadata.Extensions = New Dictionary(Of String, String)
End Class
End Namespace
Namespace PwC.xEric.Core.Domain.Concretes.Certificates
'''
'''Represents a portal certificate that is protected by a password.
'''
Public Partial Class PortalCertificate
Inherits FileBase
Implements ISecuredCertificate
'''
'''The file name of the certificate.
'''
Public Overridable Property Name As String
'''
'''The password to protect the certificate from unauthorized access.
'''
Public Overridable Property Pin As String Implements ISecuredCertificate.Pin
'''
'''The description of the certificate.
'''
Public Overridable Property Description As String
'''
'''Tags that can be used to label or identify the certificate.
'''
Public Overridable Property Tags As List(Of String) = New List(Of String)
End Class
End Namespace
Namespace PwC.xEric.Core.Domain.Concretes.Jahressteuern
'''
'''Stellt die Informationen zur Bescheidrückübermittlung dar.
'''
Public Partial Class Rueckuebermittlung
'''
'''Wird die elektronische Bereitstellung der Bescheiddaten gewünscht?
'''
Public Overridable Property Bescheid As Boolean
'''
'''Art der Adresse der Bescheidbereitstellung: INTERNET bei Rückübermittlung über Internet.
'''
Public Overridable Property ArtRueckuebermittlung As String
'''
'''Öffentlicher Schlüssel mit variabler Länge.
'''
Public Overridable Property SchluesselRueckuebermittlung As String
'''
'''Erforderliche Adresselemente bei Benachrichtigung für Bescheidbereitstellung: E-Mail-Adresse.
'''
Public Overridable Property AdresseRueckuebermittlung As String
End Class
End Namespace
Namespace PwC.xEric.Core.Domain.Concretes.Jahressteuern.Types
'''
'''Boolescher Feldtyp, welcher als '1' (Ja) oder '2' (Nein) im Jahressteuererklärung angeschrieben wird.
'''
Public Partial Class Bool12Feld
Inherits CustomFeldBase
'''
'''Wenn der Wert true ist, '1' wird im Jahressteuererklärung angeschrieben; ansonsten '2'.
'''
Public Overridable Property Wert As Boolean
End Class
'''
'''Boolescher Feldtyp, welcher als '1' (Ja) oder '' (Nein) im Jahressteuererklärung angeschrieben wird.
'''
Public Partial Class Bool1Feld
Inherits CustomFeldBase
'''
'''Wenn der Wert true ist, '1' wird im Jahressteuererklärung angeschrieben; ansonsten ein Leerstring.
'''
Public Overridable Property Wert As Boolean
End Class
'''
'''Boolescher Feldtyp, welcher als 'X' (Ja) oder '' (Nein) im Jahressteuererklärung angeschrieben wird.
'''
Public Partial Class BoolXFeld
Inherits CustomFeldBase
'''
'''Wenn der Wert true ist, 'X' wird im Jahressteuererklärung angeschrieben; ansonsten ein Leerstring.
'''
Public Overridable Property Wert As Boolean
End Class
'''
'''Basisklasse für einen benutzerdefinierten Feldtyp
'''
Public Partial Class CustomFeldBase
Implements ICustomFeld
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long Implements ICustomFeld.Nr
'''
'''Feldindex: maximal 2-stellig numerisch (1-99). Indizierung bei mehrfachem Ausfüllen des gleichen Feldes (z. B. Unterstützung mehrerer bedürftiger Personen). Default: 1
'''
Public Overridable Property Index As Integer Implements ICustomFeld.Index
'''
'''Indizierung bei mehrfach gleichen Anlagen (z. B. mehrere Anlagen V), die Durchnummerierung hat lückenlos aufsteigend zu erfolgen, von 1 bis 99999. Default: 1
'''
Public Overridable Property LfdNr As Integer Implements ICustomFeld.LfdNr
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property [Alias] As String Implements ICustomFeld.Alias
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM.JJJJ.
'''
Public Partial Class DatumUhrzeitFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Date
End Class
'''
'''Feld, welches die Art der Entgeltart darstellt.
'''
Public Partial Class EntgeltartFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Entgeltart
End Class
'''
'''Geldbetrag mit Cent mit 12 Vorkommastellen. Mindestens eine Ziffer und maximal 12 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen erlaubt. ',' als Dezimaltrennzeichen.
'''
Public Partial Class GeldBetragMitCent12DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 12 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen erlaubt.
'''
Public Overridable Property Betrag As GeldBetragMitCent12DE
End Class
'''
'''Geldbetrag ohne Cent mit 12 Stellen. Mindestens eine Ziffer und maximal 12 Ziffern. Minusvorzeichen erlaubt.
'''
Public Partial Class GeldBetragOhneCent12DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 12 Ziffern. Minusvorzeichen erlaubt.
'''
Public Overridable Property Betrag As GeldBetragOhneCent12DE
End Class
'''
'''Geldbetrag ohne Cent mit 5 Stellen. Mindestens eine Ziffer und maximal 5 Ziffern. Minusvorzeichen erlaubt.
'''
Public Partial Class GeldBetragOhneCent5DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 5 Ziffern. Minusvorzeichen erlaubt.
'''
Public Overridable Property Betrag As GeldBetragOhneCent5DE
End Class
Public Interface ICustomFeld
Property Nr As Long
Property Index As Integer
Property LfdNr As Integer
Property [Alias] As String
End Interface
'''
'''Absoluter Geldbetrag mit Cent mit 12 Vorkommastellen. Mindestens eine Ziffer und maximal 12 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen NICHT erlaubt. ',' als Dezimaltrennzeichen.
'''
Public Partial Class PositiverGeldBetragMitCent12DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 12 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen NICHT erlaubt.
'''
Public Overridable Property Betrag As PositiverGeldBetragMitCent12DE
End Class
'''
'''Absoluter Geldbetrag mit Cent mit 13 Vorkommastellen. Mindestens eine Ziffer und maximal 13 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen NICHT erlaubt. ',' als Dezimaltrennzeichen.
'''
Public Partial Class PositiverGeldBetragMitCent13DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 13 Ziffern vor dem Dezimaltrennzeichen. 2 Ziffern nach dem Dezimaltrennzeichen. Minusvorzeichen NICHT erlaubt.
'''
Public Overridable Property Betrag As PositiverGeldBetragMitCent13DE
End Class
'''
'''Positiver Geldbetrag ohne Cent mit 13 Stellen. Mindestens eine Ziffer und maximal 12 Ziffern. Minusvorzeichen NICHT erlaubt.
'''
Public Partial Class PositiverGeldBetragOhneCent12DEFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. Mindestens eine Ziffer und maximal 12 Ziffern. Minusvorzeichen NICHT erlaubt.
'''
Public Overridable Property Betrag As PositiverGeldBetragOhneCent12DE
End Class
'''
'''Zeichenkettenfeld.
'''
Public Partial Class StringFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. 1 bis 999 Zeichen, alphanumerisch
'''
Public Overridable Property Wert As String
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM.
'''
Public Partial Class YearlessDateTimeFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Date
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM - TT. MM
'''
Public Partial Class ZeitraumFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As ErklaerungZeitraum
End Class
End Namespace
Namespace PwC.xEric.Core.Domain.Concretes.Models
'''
'''Represents information on the encryption of tax data.
'''
Public Partial Class Datei
'''
'''The type of data encryption used.
'''
Public Overridable Property Verschluesselung As Verschluesselungsart
'''
'''The type of data compression used.
'''
Public Overridable Property Kompression As Kompression
'''
'''The transport key used in the encryption.
'''
Public Overridable Property TransportSchluessel As String
'''
'''[Documentation unavailable]
'''
Public Overridable Property Erstellung As Erstellung
End Class
'''
'''Represents the data part of an ELSTER document.
'''
Public Partial Class DatenTeil
'''
'''The blocks of tax data of the ELSTER document.
'''
Public Overridable Property Nutzdatenbloecke As List(Of Nutzdatenblock) = New List(Of Nutzdatenblock)
End Class
'''
'''Represents an ELSTER document.
'''
Public Partial Class Elster
'''
'''The transfer header part of the ELSTER document.
'''
Public Overridable Property TransferHeader As TransferHeader
'''
'''The data (facts) part of the ELSTER document.
'''
Public Overridable Property DatenTeil As DatenTeil
End Class
'''
'''Represents a receiver of tax data.
'''
Public Partial Class Empfaenger
'''
'''The identifier of the receiver.
'''
Public Overridable Property Id As String
'''
'''The destination of the receiver.
'''
Public Overridable Property Ziel As String
End Class
'''
'''Represents a receriver ID
'''
Public Enum EmpfaengerID
L
F
End Enum
'''
'''Art der Entgelte
'''
Public Enum Entgeltart
VereinbarteEntgelte = 1
VereinnahmteEntgelte = 16
End Enum
'''
'''Represents information returned from a successful tax declaration process.
'''
Public Partial Class Erfolg
'''
'''The generated tele-number for the successful tax declaration process.
'''
Public Overridable Property Telenummer As List(Of String) = New List(Of String)
'''
'''The classification key for the successful tax declaration process.
'''
Public Overridable Property Ordnungsbegriffe As List(Of String) = New List(Of String)
End Class
'''
'''Represents a structure that contains the first output of the ERiC tax data submission process.
'''
Public Partial Class EricBearbeiteVorgang
'''
'''Information from the successful processing a tax declaration.
'''
Public Overridable Property Erfolg As Erfolg
'''
'''Gets or sets information on all data deliveries, including deliveries that have not been confirmed by the server.
'''
Public Overridable Property Transfers As Transfers
'''
'''Error rules that result from the processing of a tax declaration.
'''
Public Overridable Property FehlerRegelpruefungen As List(Of FehlerRegelpruefung) = New List(Of FehlerRegelpruefung)
'''
'''Hints that result the processing of a tax declaration.
'''
Public Overridable Property Hinweise As List(Of Hinweis) = New List(Of Hinweis)
End Class
'''
'''[Documentation unavailable]
'''
Public Partial Class EricTyp
'''
'''The content of the data. Currently supported: Raw XML (text), XmlElement, XElement or IXmlSerializable
'''
Public Overridable Property Inhalt As Object
End Class
'''
'''Stellt ein Datumbereich dar (TT.MM-TT.MM) dar
'''
Public Partial Class ErklaerungZeitraum
'''
'''Der Anfang des Datumbreiches.
'''
Public Overridable Property Start As Date
'''
'''Das Ende des Datumbereiches.
'''
Public Overridable Property Ende As Date
End Class
'''
'''[Documentation unavailable]
'''
Public Partial Class Erstellung
'''
'''[Documentation unavailable]
'''
Public Overridable Property Eric As EricTyp
End Class
'''
'''Represents information on an ERiC reference.
'''
Public Partial Class FehlerRegelpruefung
'''
'''The user data ticket of the reference.
'''
Public Overridable Property Nutzdatenticket As String
'''
'''The field identifier of the reference.
'''
Public Overridable Property Feldidentifikator As String
'''
'''The multi-line index of the reference.
'''
Public Overridable Property Mehrfachzeilenindex As String
'''
'''The delivery number form of the reference.
'''
Public Overridable Property LfdNrVordruck As String
'''
'''Indicates the line number of the error field mentioned in the form.
'''
Public Overridable Property VordruckZeilennummer As String
'''
'''Specifies the value of one or more index fields that identify the context of error messages.
'''
Public Overridable Property SemantischeIndexes As List(Of SemantischerIndex) = New List(Of SemantischerIndex)
'''
'''The sub-subject-area of the reference.
'''
Public Overridable Property Untersachbereich As String
'''
'''The private identification number of the reference.
'''
Public Overridable Property PrivateKennnummer As String
'''
'''The name of the rule that applies to the reference.
'''
Public Overridable Property RegelName As String
'''
'''The technical error identifier of the reference.
'''
Public Overridable Property FachlicheFehlerId As String
'''
'''The textual details of the reference.
'''
Public Overridable Property Text As String
End Class
'''
'''Specifies an amount of money with cents with limits and a specialized string representation
'''
Public Partial Class GeldBetragMitCent
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Double
End Class
'''
'''Represents an amount of money with cents whose value has a maximum length of 14 digits. That is, 1 to 12 digits before the decimal separator and 2 digits after the decimal separator. Minus sign allowed.
'''
Public Partial Class GeldBetragMitCent12DE
Inherits GeldBetragMitCent
End Class
'''
'''Specifies an amount of money without cents with limits and a specialized string representation
'''
Public Partial Class GeldBetragOhneCent
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Integer
End Class
'''
'''Represents an amount of money without cents whose value has a maximum length of 12 digits. That is, 1 to 12 digits. Minus sign allowed.
'''
Public Partial Class GeldBetragOhneCent12DE
Inherits GrossGeldBetragOhneCent
End Class
'''
'''Represents an amount of money without cents whose value has a maximum length of 5 digits.That is, 1 to 5 digits. Minus sign allowed
'''
Public Partial Class GeldBetragOhneCent5DE
Inherits GeldBetragOhneCent
End Class
'''
'''Specifies an amount of money without cents with limits and a specialized string representation
'''
Public Partial Class GrossGeldBetragOhneCent
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Long
End Class
'''
'''Represents a manufacturer/vendor of tax software.
'''
Public Partial Class Hersteller
'''
'''The product name of the tax software produced by the manufacturer.
'''
Public Overridable Property ProduktName As String
'''
'''The product version of the tax software produced by the manufacturer.
'''
Public Overridable Property ProduktVersion As String
End Class
Public Partial Class Hinweis
'''
'''The user data ticket of the reference.
'''
Public Overridable Property Nutzdatenticket As String
'''
'''The field identifier of the reference.
'''
Public Overridable Property Feldidentifikator As String
'''
'''The multi-line index of the reference.
'''
Public Overridable Property Mehrfachzeilenindex As String
'''
'''The delivery number form of the reference.
'''
Public Overridable Property LfdNrVordruck As String
'''
'''Indicates the line number of the error field mentioned in the form.
'''
Public Overridable Property VordruckZeilennummer As String
'''
'''Specifies the value of one or more index fields that identify the context of error messages.
'''
Public Overridable Property SemantischeIndexes As List(Of SemantischerIndex) = New List(Of SemantischerIndex)
'''
'''The sub-subject-area of the reference.
'''
Public Overridable Property Untersachbereich As String
'''
'''The private identification number of the reference.
'''
Public Overridable Property PrivateKennnummer As String
'''
'''The name of the rule that applies to the reference.
'''
Public Overridable Property RegelName As String
'''
'''The technical note identifier of the reference.
'''
Public Overridable Property FachlicheHinweisId As String
'''
'''The textual details of the reference.
'''
Public Overridable Property Text As String
End Class
'''
'''Represents a receiver of tax data.
'''
Public Partial Class NDHEmpfaenger
'''
'''The identifier of the receiver.
'''
Public Overridable Property Id As EmpfaengerID
'''
'''The value of the receiver.
'''
Public Overridable Property Value As String
End Class
'''
'''Represents an encapsulation of tax data content.
'''
Public Partial Class Nutzdaten
'''
'''The content of the tax data. This varies by tax declaration. Currently supported formats: Raw XML (text), XElement, and IXmlSerializable
'''
Public Overridable Property Inhalt As Object
End Class
'''
'''Represents a block of tax data.
'''
Public Partial Class Nutzdatenblock
'''
'''The header part of the block.
'''
Public Overridable Property NutzdatenHeader As NutzdatenHeader
'''
'''The data part of the block.
'''
Public Overridable Property Nutzdaten As Nutzdaten
End Class
'''
'''Represents the header of a tax data.
'''
Public Partial Class NutzdatenHeader
'''
'''The version of the header.
'''
Public Overridable Property Version As String
'''
'''The ticket identifier of the header.
'''
Public Overridable Property NutzdatenTicket As String
'''
'''The receiver of the header.
'''
Public Overridable Property Empfaenger As NDHEmpfaenger
'''
'''The software manufacturer, through whose software the tax declaration or filing is submitted.
'''
Public Overridable Property Hersteller As Hersteller
'''
'''The details of the data provider (e.g. taxpayer, tax consulant or firm), who produced the tax data and it must not necessarily be the same person declared in the TransferHeader section.
'''
Public Overridable Property DatenLieferant As String
'''
'''The return code of the header.
'''
Public Overridable Property RC As RC
'''
'''The data extensions of the header.
'''
Public Overridable Property Zusatz As Zusatz
End Class
'''
'''Stellt die Art der Ordnungsnummer dar.
'''
Public Enum OrdNrArt
S
O
End Enum
'''
'''Represents an unsigned amount of money with cents whose value has a maximum length of 14 digits. That is, 1 to 12 digits before the decimal separator and 2 digits after the decimal separator. Minus sign NOT allowed.
'''
Public Partial Class PositiverGeldBetragMitCent12DE
Inherits GeldBetragMitCent
End Class
'''
'''Represents an unsigned amount of money with cents whose value has a maximum length of 15 digits. That is, 1 to 13 digits before the decimal separator and 2 digits after the decimal separator. Minus sign NOT allowed.
'''
Public Partial Class PositiverGeldBetragMitCent13DE
Inherits GeldBetragMitCent
End Class
'''
'''Represents an unsigned amount of money without cents whose value has a maximum length of 12 digits. That is, 1 to 12 digits. Minus sign NOT allowed.
'''
Public Partial Class PositiverGeldBetragOhneCent12DE
Inherits GrossGeldBetragOhneCent
End Class
'''
'''Represents an ERiC return code.
'''
Public Partial Class RC
'''
'''The return value of the return code.
'''
Public Overridable Property Rueckgabe As Rueckgabe
'''
'''The internal value of the return code.
'''
Public Overridable Property Stack As Stack
End Class
'''
'''Represents an external error stack.
'''
Public Partial Class Rueckgabe
'''
'''The external error code. Either a zero (0) if no external errors occurred; otherwise an error number.
'''
Public Overridable Property Code As String
'''
'''The external error message.
'''
Public Overridable Property Text As String
End Class
'''
'''Represents value of an index field, which identfies the context about an error message.
'''
Public Partial Class SemantischerIndex
'''
'''The name of the index field.
'''
Public Overridable Property Name As String
'''
'''The value of the index field.
'''
Public Overridable Property Value As String
End Class
'''
'''Represents the signature and associated information of the compressed, encrypted, base64-encoded content of the data part of the tax declaration/statement.
'''
Public Partial Class SigUser
'''
'''The content of the data. Currently supported: Raw XML (text), XElement or IXmlSerializable
'''
Public Overridable Property Inhalt As Object
End Class
'''
'''Represents an internal error stack.
'''
Public Partial Class Stack
'''
'''The internal error code. Either a zero (0) if no internal errors occurred; otherwise an error number.
'''
Public Overridable Property Code As String
'''
'''The external error message.
'''
Public Overridable Property Text As String
End Class
'''
'''Represents information on the delivery.
'''
Public Partial Class Transfer
'''
'''The ticket of the transfer.
'''
Public Overridable Property TransferTicket As String
End Class
'''
'''Represents the transfer header part of an ELSTER document.
'''
Public Partial Class TransferHeader
'''
'''The version of the transfer header.
'''
Public Overridable Property Version As String
'''
'''The tax operation used in the ELSTER process.
'''
Public Overridable Property Verfahren As Verfahren
'''
'''The tax data type of the ELSTER process.
'''
Public Overridable Property DatenArt As Datenart
'''
'''The authentification procedure of the ELSTER process.
'''
Public Overridable Property Vorgang As Vorgang
'''
'''The ticket identifier after a successful ELSTER process.
'''
Public Overridable Property TransferTicket As String
'''
'''The flag that indicates whether the tax declaration or filing is a test case. For production purposes, this value should not be set.
'''
Public Overridable Property Testmerker As Testmerker?
'''
'''The signature and associated information on the compressed, encrypted, base64-encoded content of the the data part of a tax declaration / statement.
'''
Public Overridable Property SigUser As SigUser
'''
'''The receiving ELSTER server.
'''
Public Overridable Property Empfaenger As Empfaenger
'''
'''The identifier of the software manufacturer, through whose software the tax declaration is filed.
'''
Public Overridable Property HerstellerID As String
'''
'''The details of the provider that submits tax data.
'''
Public Overridable Property DatenLieferant As String
'''
'''The date of receipt of the tax data.
'''
Public Overridable Property EingangsDatum As Date?
'''
'''The encryption data required for authenticated transmission of tax data.
'''
Public Overridable Property Datei As Datei
'''
'''The return code of the transfer header and is included in the response XML of the ELSTER server. The value should never be set by the data provider.
'''
Public Overridable Property RC As RC
'''
'''The details of the software that submits the tax data.
'''
Public Overridable Property VersionClient As String
'''
'''Data extensions to the transfer header.
'''
Public Overridable Property Zusatz As Zusatz
End Class
'''
'''Represents information on all data deliveries, including deliveries that have not been confirmed by the server. For more information, see the ERiC developer manual in the 'TransferTicket' section.
'''
Public Partial Class Transfers
'''
'''Contains information on all data deliveries, including deliveries that have not been confirmed by the server.
'''
Public Overridable Property TransferList As List(Of Transfer) = New List(Of Transfer)
End Class
'''
'''Stellt den Vorgang bei einer Veranlagung dar.
'''
Public Enum VeranlagungVorgang
NurVeranlagung = 1
VeranlagungMitVorauszahlung = 4
End Enum
'''
'''Represents an ERiC extension.
'''
Public Partial Class Zusatz
'''
'''The user-customizable items for the extension. Data providers can use these items for their own extensions/information.
'''
Public Overridable Property Infos As List(Of String) = New List(Of String)
'''
'''The ELSTER items for the extension. They can be included in the response XML from the ELSTER server, if special information must be returned to the user after data submission. For example, for authenticated submission, information about impending certificate expiration etc. It must not be supplied by the data provider (even when empty).
'''
Public Overridable Property ElsterInfos As List(Of String) = New List(Of String)
End Class
End Namespace
Namespace PwC.xEric.Core.Domain.Concretes.Umsatzsteuer.Steuererklaerungen.VJ2020
'''
'''Abziehbare Vorsteuerbeträge der Umsatzsteuererklärung für 2020.
'''
Public Partial Class AbziehbareVorsteuerbetraege2020
'''
'''Vorsteuerbeträge aus Rechnungen von anderen Unternehmern (§ 15 Absatz 1 Satz 1 Nummer 1 UStG)
'''
Public Overridable Property Nr3006201 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerbeträge aus innergemeinschaftlichen Erwerben von Gegenständen (§ 15 Absatz 1 Satz 1 Nummer 3 UStG)
'''
Public Overridable Property Nr3006301 As GeldBetragMitCent12DEFeld
'''
'''Entstandene Einfuhrumsatzsteuer (§ 15 Absatz 1 Satz 1 Nummer 2 UStG)
'''
Public Overridable Property Nr3006401 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerabzug für die Steuer, die der Abnehmer als Auslagerer nach § 13a Absatz 1 Nummer 6 UStG schuldet (§ 15 Absatz 1 Satz 1 Nummer 5 UStG)
'''
Public Overridable Property Nr3006503 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerbeträge aus Leistungen im Sinne des § 13b UStG (§ 15 Absatz 1 Satz 1 Nummer 4 UStG)
'''
Public Overridable Property Nr3006502 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerbeträge, die nach den allgemeinen Durchschnittssätzen berechnet sind (§ 23 UStG)
'''
Public Overridable Property Nr3006501 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerbeträge nach dem Durchschnittssatz für bestimmte Körperschaften, Personenvereinigungen und Vermögensmassen (§ 23a UStG)
'''
Public Overridable Property Nr3006601 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerabzug für innergemeinschaftliche Lieferungen neuer Fahrzeuge außerhalb eines Unternehmens (§ 2a UStG) sowie von Kleinunternehmern im Sinne des § 19 Absatz 1 UStG (§ 15 Absatz 4a UStG)
'''
Public Overridable Property Nr3006701 As GeldBetragMitCent12DEFeld
'''
'''Vorsteuerbeträge aus innergemeinschaftlichen Dreiecksgeschäften (§ 25b Absatz 5 UStG)
'''
Public Overridable Property Nr3006801 As GeldBetragMitCent12DEFeld
'''
'''Summe der Vorsteuerbeträge (zu übertragen in Zeile 158)
'''
Public Overridable Property Nr3006901 As GeldBetragMitCent12DEFeld
End Class
'''
'''Allgemeine Angaben der Umsatzteuererklärung für 2020 - General information for the VAT return of 2020
'''
Public Partial Class AllgemeineAngaben2020
'''
'''Diese Steuererklärung wurde digital signiert?
'''
Public Overridable Property Nr3000013 As BoolXFeld
'''
'''Berichtigte Steuererklärung?
'''
Public Overridable Property Nr3000601 As Bool1Feld
'''
'''Name des Unternehmers
'''
Public Overridable Property Nr3000901 As StringFeld
'''
'''gegebenenfalls abweichender Firmenname
'''
Public Overridable Property Nr3000902 As StringFeld
'''
'''Art des Unternehmens
'''
Public Overridable Property Nr3001001 As StringFeld
'''
'''Straße
'''
Public Overridable Property Nr3001101 As StringFeld
'''
'''Hausnummer
'''
Public Overridable Property Nr3001203 As StringFeld
'''
'''Hausnummerzusatz
'''
Public Overridable Property Nr3001204 As StringFeld
'''
'''Adressergänzung
'''
Public Overridable Property Nr3001205 As StringFeld
'''
'''Postleitzahl, Ort
'''
Public Overridable Property Nr3001201 As StringFeld
'''
'''Postleitzahl zu Postfach
'''
Public Overridable Property Nr3001403 As StringFeld
'''
'''Postfach
'''
Public Overridable Property Nr3001404 As StringFeld
'''
'''Telefon
'''
Public Overridable Property Nr3001202 As StringFeld
'''
'''E-Mail Adresse
'''
Public Overridable Property Nr3001301 As StringFeld
'''
'''Im Ausland ansässiger Unternehmer? Bitte tätigen Sie in diesem Fall auch Angaben auf der Anlage UN
'''
Public Overridable Property Nr3001402 As Bool1Feld
'''
'''Fiskalvertreter? Bitte tätigen Sie in diesem Fall auch Angaben auf der Anlage FV.
'''
Public Overridable Property Nr3001801 As Bool1Feld
'''
'''1. Zeitraum
'''
Public Overridable Property Nr3001401 As ZeitraumFeld
'''
'''2. Zeitraum
'''
Public Overridable Property Nr3001501 As ZeitraumFeld
'''
'''Die Steuer wurde nach vereinbarten Entgelten (falls ja, bitte eine 'Entgeltart.VereinbarteEntgelte' eintragen), nach vereinnahmten Entgelten (falls ja, bitte eine 'Entgeltart.VereinnahmteEntgelte' eintragen) oder nach vereinbarten und vereinnahmten Entgelten (falls ja, bitte eine 'Entgeltart.VereinbarteEntgelte | Entgeltart.VereinnahmteEntgelte ' eintragen) berechnet.
'''
Public Overridable Property Nr3002203 As EntgeltartFeld
'''
'''Verrechnung des Erstattungsbetrages erwünscht / Erstattungsbetrag ist abgetreten?
'''
Public Overridable Property Nr3001701 As Bool1Feld
'''
'''Über die Angaben in der Steuererklärung hinaus sind weitere oder abweichende Angaben oder Sachverhalte zu berücksichtigen?
'''
Public Overridable Property Nr3002201 As Bool1Feld
'''
'''Ergänzende Angaben zur Steuererklärung
'''
Public Overridable Property Nr3002202 As StringFeld
End Class
'''
'''Angaben der Besteuerung von Kleinunternehmer der Umsatzsteuererklärung für 2020.
'''
Public Partial Class AngabenBesteuerungKleinunternehmer2020
'''
'''Umsatz im Kalenderjahr 2019 (Berechnung nach § 19 Absatz 1 und 3 UStG)
'''
Public Overridable Property Nr3002301 As GeldBetragOhneCent5DEFeld
'''
'''Umsatz im Kalenderjahr 2020 (Berechnung nach § 19 Absatz 1 und 3 UStG)
'''
Public Overridable Property Nr3002401 As GeldBetragOhneCent12DEFeld
End Class
'''
'''Anlage FV zur Umsatzsteuererklärung 2020
'''
Public Partial Class AnlageFv2020
'''
'''Aufstellung aller vertretenen Unternehmer $index$.Unternehmer
'''
Public Overridable Property AufstAllerVertrUnt As AnlageFvAufstAllerVertrUnt2020
End Class
'''
'''Aufstellung aller vertretenen Unternehmer
'''
Public Partial Class AnlageFvAufstAllerVertrUnt2020
'''
'''Name des vertretenen Unternehmers
'''
Public Overridable Property Nr3300201 As StringFeld
'''
'''Anschrift des vertretenen Unternehmers
'''
Public Overridable Property Nr3300202 As StringFeld
'''
'''Umsatzsteuer-Identifikationsnummer des vertretenen Unternehmers
'''
Public Overridable Property Nr3300203 As StringFeld
'''
'''Summe der jeweiligen Bemessungsgrundlagen in EUR
'''
Public Overridable Property Nr3300204 As GeldBetragOhneCent12DEFeld
'''
''' Summe aller Bemessungsgrundlagen in EUR
'''
Public Overridable Property Nr3300301 As GeldBetragOhneCent12DEFeld
End Class
'''
'''Anlage UN zur Umsatzsteuererklärung 2020 für im Ausland ansässige Unternehmer darstellt (Appendix to the VAT Declaration 2020 for entrepreneurs resident abroad).
'''
Public Partial Class AnlageUn2020
'''
'''Allgemeine Angaben (General Information)
'''
Public Overridable Property AllgemeineAngaben As AnlageUnAllgemeineAngaben2020
'''
'''Anrechenbare Beträge (Eligible amounts)
'''
Public Overridable Property AnrechenbareBetraege As AnlageUnAnrechenbareBetraege2020
'''
'''Ergänzende Angaben zu Umsätzen (Supplementary information on turnover)
'''
Public Overridable Property ErgaenzendeAngabenZuUmsaetzen As AnlageUnErgaenzendeAngabenZuUmsaetzen2020
'''
'''Vorsteuervergütungsverfahren beim BZSt (Input tax refund procedure at BZSt)
'''
Public Overridable Property VorsteuerVerguetungsverfahrenBeimBZSt As AnlageUnVorsteuerVerguetungsverfahrenBeimBZSt2020
End Class
'''
'''Allgemeine Angaben der Anlage UN für 2020.
'''
Public Partial Class AnlageUnAllgemeineAngaben2020
'''
'''IBAN
'''
Public Overridable Property Nr3201001 As StringFeld
'''
'''BIC (nur bei Bankverbindungen außerhalb des Europäischen Wirtschaftsraums)
'''
Public Overridable Property Nr3201002 As StringFeld
'''
'''Name des Geldinstituts (Zweigstelle) und Ort
'''
Public Overridable Property Nr3200901 As StringFeld
'''
'''Kontonummer (nur bei Bankverbindungen außerhalb des Europäischen Zahlungsverkehrsraums - SEPA)
'''
Public Overridable Property Nr3200902 As StringFeld
'''
'''Kontoinhaber ist der Unternehmer laut den allgemeinen Angaben auf Vordruck USt2A
'''
Public Overridable Property Nr3200904 As BoolXFeld
'''
'''Name des Kontoinhabers
'''
Public Overridable Property Nr3200905 As StringFeld
'''
'''Zur Wahrnehmung der steuerlichen Pflichten und Rechte als Bevollmächtigter (§ 80 AO) ist bestellt:
'''
Public Overridable Property Nr3201301 As BoolXFeld
'''
'''Zum Empfang von Schriftstücken als Empfangsbevollmächtigter (§ 123 AO) ist bestellt:
'''
Public Overridable Property Nr3201401 As BoolXFeld
'''
'''Name
'''
Public Overridable Property Nr3201501 As StringFeld
'''
'''Straße
'''
Public Overridable Property Nr3201601 As StringFeld
'''
'''Hausnummer
'''
Public Overridable Property Nr3201302 As StringFeld
'''
'''Hausnummerzusatz
'''
Public Overridable Property Nr3201303 As StringFeld
'''