' Options:
'Date: 2024-11-21 13:40:25
'Version: 8.12
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://taxfiling.pwc.de
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: True
'''ExportValueTypes: False
'IncludeTypes: SubmitUmsatzsteuererklaerung2020.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
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.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.xEric.Core.Domain.Contracts.Models
Imports PwC.xEric.Core.Services.Contracts.Responses
Imports PwC.DigitalHub.Utilities.IO.Concretes.Models
Imports PwC.DigitalHub.Utilities.IO.Core.Contracts.Models
Imports PwC.xEric.Core.Domain.Concretes.Jahressteuern.Types
Imports PwC.DigitalHub.Utilities.IO.Core.Concretes.Models
Namespace Global
Namespace PwC.DigitalHub.Utilities.IO.Concretes.Models
'''
'''Represents a file that contains raw data content in bytes
'''
Public Partial Class BinaryFile
Inherits FileBase
Public Sub New()
Content = New Byte(){}
End Sub
'''
'''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
'''
'''The raw data content of the file.
'''
Public Overridable Property Content As Byte()
End Class
End Namespace
Namespace PwC.DigitalHub.Utilities.IO.Core.Concretes.Models
'''
'''Represents information about a file or directory.
'''
Public Partial Class FileMetadata
Implements IFileMetadata
Public Sub New()
Extensions = New Dictionary(Of String, String)
End Sub
'''
'''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
'''
'''The full path of the directory or file.
'''
Public Overridable Property FullName As String
'''
'''The time the current file or directory was last accessed.
'''
Public Overridable Property LastAccessTime As Date
'''
'''The name of the file.
'''
Public Overridable Property LastAccessTimeUtc As Date
'''
'''The time when the current file or directory was last written to.
'''
Public Overridable Property LastWriteTime As Date
'''
'''The time, in coordinated universal time (UTC), when the current file or directory was last written to.
'''
Public Overridable Property LastWriteTimeUtc As Date
'''
'''The size, in bytes, of the current file.
'''
Public Overridable Property Length As Long
'''
'''The size, in bytes, of the current file.
'''
Public Overridable Property UserId As Integer
'''
'''The file group id.
'''
Public Overridable Property GroupId As Integer
'''
'''A value that indicates whether the others can read from this file.
'''
Public Overridable Property OthersCanRead As Boolean
'''
'''A value that indicates whether the group members can execute this file.
'''
Public Overridable Property GroupCanExecute As Boolean
'''
'''A value that indicates whether the group members can write into this file.
'''
Public Overridable Property GroupCanWrite As Boolean
'''
'''A value that indicates whether the group members can read from this file.
'''
Public Overridable Property GroupCanRead As Boolean
'''
'''A value that indicates whether the owner can execute this file.
'''
Public Overridable Property OwnerCanExecute As Boolean
'''
'''A value that indicates whether the owner can write into this file.
'''
Public Overridable Property OwnerCanWrite As Boolean
'''
'''A value that indicates whether the owner can read from this file.
'''
Public Overridable Property OwnerCanRead As Boolean
'''
'''A value that indicates whether others can read from this file.
'''
Public Overridable Property OthersCanExecute As Boolean
'''
'''A value that indicates whether others can write into this file.
'''
Public Overridable Property OthersCanWrite As Boolean
'''
'''Extensions to the file attributes.
'''
Public Overridable Property Extensions As Dictionary(Of String, String)
End Class
End Namespace
Namespace PwC.DigitalHub.Utilities.IO.Core.Contracts.Models
'''
'''Represents a base class for a file with raw data.
'''
Public Partial Class FileBase
Public Sub New()
Content = New Byte(){}
End Sub
'''
'''The raw data content of the file.
'''
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.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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM.JJJJ.
'''
Public Partial Class DatumUhrzeitFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Date
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
End Class
'''
'''Feld, welches die Art der Entgeltart darstellt.
'''
Public Partial Class EntgeltartFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Entgeltart
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
End Class
'''
'''Zeichenkettenfeld.
'''
Public Partial Class StringFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes. 1 bis 999 Zeichen, alphanumerisch
'''
Public Overridable Property Wert As String
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM.
'''
Public Partial Class YearlessDateTimeFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As Date
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
End Class
'''
'''Datums-Uhrzeitfeld. Format: TT.MM - TT. MM
'''
Public Partial Class ZeitraumFeld
Inherits CustomFeldBase
'''
'''Wert des Feldes.
'''
Public Overridable Property Wert As ErklaerungZeitraum
'''
'''Feldkennung: 7-stellig numerisch. Fest vergebene, eindeutige Nummer eines Feldes der Steuererklärung.
'''
Public Overridable Property Nr As Long
'''
'''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
'''
'''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
'''
'''Identifizierung der Zeile / Feld im Fremdprogramm.
'''
Public Overridable Property Alias As String
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
Public Sub New()
Nutzdatenbloecke = New List(Of Nutzdatenblock)
End Sub
'''
'''The blocks of tax data of the ELSTER document.
'''
Public Overridable Property Nutzdatenbloecke As 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 Nullable(Of Bundesland)
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
Public Sub New()
Telenummer = New List(Of String)
Ordnungsbegriffe = New List(Of String)
End Sub
'''
'''The generated tele-number for the successful tax declaration process.
'''
Public Overridable Property Telenummer As List(Of String)
'''
'''The classification key for the successful tax declaration process.
'''
Public Overridable Property Ordnungsbegriffe As List(Of String)
End Class
'''
'''Represents a structure that contains the first output of the ERiC tax data submission process.
'''
Public Partial Class EricBearbeiteVorgang
Public Sub New()
FehlerRegelpruefungen = New List(Of FehlerRegelpruefung)
Hinweise = New List(Of Hinweis)
End Sub
'''
'''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)
'''
'''Hints that result the processing of a tax declaration.
'''
Public Overridable Property Hinweise As 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
Public Sub New()
SemantischeIndexes = New List(Of SemantischerIndex)
End Sub
'''
'''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)
'''
'''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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Double
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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Long
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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Integer
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
Public Sub New()
SemantischeIndexes = New List(Of SemantischerIndex)
End Sub
'''
'''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)
'''
'''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 a portal certificate that is protected by a password.
'''
Public Partial Class PortalCertificate
Inherits FileBase
Implements ISecuredCertificate
Implements IHasIndex
Public Sub New()
Tags = New List(Of String)
Content = New Byte(){}
End Sub
'''
'''The unique identifier of the certificate.
'''
Public Overridable Property Id As Guid
'''
'''The position of the certificate element in an indexed collection of certificates.
'''
Public Overridable Property Index As Integer
'''
'''The password to protect the certificate from unauthorized access.
'''
Public Overridable Property Pin As String
'''
'''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)
'''
'''Gets or sets the file name of the certificate.
'''
Public Overridable Property Name As String
'''
'''The raw data content of the file.
'''
Public Overridable Property Content As Byte()
End Class
'''
'''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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Double
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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Double
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
'''
'''The intrinsic currency value.
'''
Public Overridable Property Wert As Long
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 Nullable(Of 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 Nullable(Of 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
Public Sub New()
TransferList = New List(Of Transfer)
End Sub
'''
'''Contains information on all data deliveries, including deliveries that have not been confirmed by the server.
'''
Public Overridable Property TransferList As 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
Public Sub New()
Infos = New List(Of String)
ElsterInfos = New List(Of String)
End Sub
'''