Tax Filing Service

<back to all web services

SubmitUStVa2021AsEntrepreneurAsync

AsyncUmsatzsteuerVoranmeldungBearbeiteVorgangValidiereAuthentifiziereSendeDrucke2021

An asynchronous service to submit an preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021.

Requires Authentication
The following routes are available for this service:
POST/SubmitUStVa2021AsEntrepreneurAsyncAn asynchronous service to submit an preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021
namespace PwC.DigitalHub.Utilities.IO.Concretes.Models

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    ///<summary>
    ///Specifies a service response from an ERiC service operation.
    ///</summary>
    [<Api(Description="Specifies a service response from an ERiC service operation.")>]
    [<AllowNullLiteral>]
    type ServiceReponseBase() = 
        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Enumeration of ERiC API error codes.
    ///</summary>
    type EricFehlerCode =
        | ERIC_OK = 0
        | ERIC_GLOBAL_UNKNOWN = 610001001
        | ERIC_GLOBAL_PRUEF_FEHLER = 610001002
        | ERIC_GLOBAL_HINWEISE = 610001003
        | ERIC_GLOBAL_FEHLERMELDUNG_NICHT_VORHANDEN = 610001007
        | ERIC_GLOBAL_KEINE_DATEN_VORHANDEN = 610001008
        | ERIC_GLOBAL_NICHT_GENUEGEND_ARBEITSSPEICHER = 610001013
        | ERIC_GLOBAL_DATEI_NICHT_GEFUNDEN = 610001014
        | ERIC_GLOBAL_HERSTELLER_ID_NICHT_ERLAUBT = 610001016
        | ERIC_GLOBAL_ILLEGAL_STATE = 610001017
        | ERIC_GLOBAL_FUNKTION_NICHT_ERLAUBT = 610001018
        | ERIC_GLOBAL_ECHTFALL_NICHT_ERLAUBT = 610001019
        | ERIC_GLOBAL_NO_VERSAND_IN_BETA_VERSION = 610001020
        | ERIC_GLOBAL_TESTMERKER_UNGUELTIG = 610001025
        | ERIC_GLOBAL_DATENSATZ_ZU_GROSS = 610001026
        | ERIC_GLOBAL_VERSCHLUESSELUNGS_PARAMETER_NICHT_ERLAUBT = 610001027
        | ERIC_GLOBAL_NUR_PORTALZERTIFIKAT_ERLAUBT = 610001028
        | ERIC_GLOBAL_ABRUFCODE_NICHT_ERLAUBT = 610001029
        | ERIC_GLOBAL_ERROR_XML_CREATE = 610001030
        | ERIC_GLOBAL_TEXTPUFFERGROESSE_FIX = 610001031
        | ERIC_GLOBAL_INTERNER_FEHLER = 610001032
        | ERIC_GLOBAL_ARITHMETIKFEHLER = 610001033
        | ERIC_GLOBAL_STEUERNUMMER_UNGUELTIG = 610001034
        | ERIC_GLOBAL_STEUERNUMMER_FALSCHE_LAENGE = 610001035
        | ERIC_GLOBAL_STEUERNUMMER_NICHT_NUMERISCH = 610001036
        | ERIC_GLOBAL_LANDESNUMMER_UNBEKANNT = 610001037
        | ERIC_GLOBAL_BUFANR_UNBEKANNT = 610001038
        | ERIC_GLOBAL_LANDESNUMMER_BUFANR = 610001039
        | ERIC_GLOBAL_PUFFER_ZUGRIFFSKONFLIKT = 610001040
        | ERIC_GLOBAL_PUFFER_UEBERLAUF = 610001041
        | ERIC_GLOBAL_DATENARTVERSION_UNBEKANNT = 610001042
        | ERIC_GLOBAL_DATENARTVERSION_XML_INKONSISTENT = 610001044
        | ERIC_GLOBAL_COMMONDATA_NICHT_VERFUEGBAR = 610001045
        | ERIC_GLOBAL_LOG_EXCEPTION = 610001046
        | ERIC_GLOBAL_TRANSPORTSCHLUESSEL_NICHT_ERLAUBT = 610001047
        | ERIC_GLOBAL_OEFFENTLICHER_SCHLUESSEL_UNGUELTIG = 610001048
        | ERIC_GLOBAL_TRANSPORTSCHLUESSEL_TYP_FALSCH = 610001049
        | ERIC_GLOBAL_PUFFER_UNGLEICHER_INSTANZ = 610001050
        | ERIC_GLOBAL_VORSATZ_UNGUELTIG = 610001051
        | ERIC_GLOBAL_DATEIZUGRIFF_VERWEIGERT = 610001053
        | ERIC_GLOBAL_UNGUELTIGE_INSTANZ = 610001080
        | ERIC_GLOBAL_NICHT_INITIALISIERT = 610001081
        | ERIC_GLOBAL_MEHRFACHE_INITIALISIERUNG = 610001082
        | ERIC_GLOBAL_FEHLER_INITIALISIERUNG = 610001083
        | ERIC_GLOBAL_UNKNOWN_PARAMETER_ERROR = 610001102
        | ERIC_GLOBAL_CHECK_CORRUPTED_NDS = 610001108
        | ERIC_GLOBAL_VERSCHLUESSELUNGS_PARAMETER_NICHT_ANGEGEBEN = 610001206
        | ERIC_GLOBAL_SEND_FLAG_MEHR_ALS_EINES = 610001209
        | ERIC_GLOBAL_UNGUELTIGE_FLAG_KOMBINATION = 610001218
        | ERIC_GLOBAL_ERSTE_SEITE_DRUCK_NICHT_UNTERSTUETZT = 610001220
        | ERIC_GLOBAL_UNGUELTIGER_PARAMETER = 610001222
        | ERIC_GLOBAL_DRUCK_FUER_VERFAHREN_NICHT_ERLAUBT = 610001224
        | ERIC_GLOBAL_VERSAND_ART_NICHT_UNTERSTUETZT = 610001225
        | ERIC_GLOBAL_UNGUELTIGE_PARAMETER_VERSION = 610001226
        | ERIC_GLOBAL_TRANSFERHANDLE = 610001227
        | ERIC_GLOBAL_PLUGININITIALISIERUNG = 610001228
        | ERIC_GLOBAL_INKOMPATIBLE_VERSIONEN = 610001229
        | ERIC_GLOBAL_VERSCHLUESSELUNGSVERFAHREN_NICHT_UNTERSTUETZT = 610001230
        | ERIC_GLOBAL_MEHRFACHAUFRUFE_NICHT_UNTERSTUETZT = 610001231
        | ERIC_GLOBAL_UTI_COUNTRY_NOT_SUPPORTED = 610001404
        | ERIC_GLOBAL_IBAN_FORMALER_FEHLER = 610001501
        | ERIC_GLOBAL_IBAN_LAENDERCODE_FEHLER = 610001502
        | ERIC_GLOBAL_IBAN_LANDESFORMAT_FEHLER = 610001503
        | ERIC_GLOBAL_IBAN_PRUEFZIFFER_FEHLER = 610001504
        | ERIC_GLOBAL_BIC_FORMALER_FEHLER = 610001510
        | ERIC_GLOBAL_BIC_LAENDERCODE_FEHLER = 610001511
        | ERIC_GLOBAL_ZULASSUNGSNUMMER_ZU_LANG = 610001519
        | ERIC_GLOBAL_IDNUMMER_UNGUELTIG = 610001525
        | ERIC_GLOBAL_NULL_PARAMETER = 610001526
        | ERIC_GLOBAL_EWAZ_UNGUELTIG = 610001527
        | ERIC_GLOBAL_EWAZ_LANDESKUERZEL_UNBEKANNT = 610001528
        | ERIC_GLOBAL_UPDATE_NECESSARY = 610001851
        | ERIC_GLOBAL_EINSTELLUNG_NAME_UNGUELTIG = 610001860
        | ERIC_GLOBAL_EINSTELLUNG_WERT_UNGUELTIG = 610001861
        | ERIC_GLOBAL_ERR_DEKODIEREN = 610001862
        | ERIC_GLOBAL_FUNKTION_NICHT_UNTERSTUETZT = 610001863
        | ERIC_GLOBAL_NUTZDATENTICKETS_NICHT_EINDEUTIG = 610001865
        | ERIC_GLOBAL_NUTZDATENHEADERVERSIONEN_UNEINHEITLICH = 610001866
        | ERIC_GLOBAL_BUNDESLAENDER_UNEINHEITLICH = 610001867
        | ERIC_GLOBAL_ZEITRAEUME_UNEINHEITLICH = 610001868
        | ERIC_GLOBAL_NUTZDATENHEADER_EMPFAENGER_NICHT_KORREKT = 610001869
        | ERIC_TRANSFER_COM_ERROR = 610101200
        | ERIC_TRANSFER_VORGANG_NICHT_UNTERSTUETZT = 610101201
        | ERIC_TRANSFER_ERR_XML_THEADER = 610101210
        | ERIC_TRANSFER_ERR_PARAM = 610101251
        | ERIC_TRANSFER_ERR_DATENTEILENDNOTFOUND = 610101253
        | ERIC_TRANSFER_ERR_BEGINDATENLIEFERANT = 610101255
        | ERIC_TRANSFER_ERR_ENDDATENLIEFERANT = 610101256
        | ERIC_TRANSFER_ERR_BEGINTRANSPORTSCHLUESSEL = 610101257
        | ERIC_TRANSFER_ERR_ENDTRANSPORTSCHLUESSEL = 610101258
        | ERIC_TRANSFER_ERR_BEGINDATENGROESSE = 610101259
        | ERIC_TRANSFER_ERR_ENDDATENGROESSE = 610101260
        | ERIC_TRANSFER_ERR_SEND = 610101271
        | ERIC_TRANSFER_ERR_NOTENCRYPTED = 610101274
        | ERIC_TRANSFER_ERR_PROXYCONNECT = 610101276
        | ERIC_TRANSFER_ERR_CONNECTSERVER = 610101278
        | ERIC_TRANSFER_ERR_NORESPONSE = 610101279
        | ERIC_TRANSFER_ERR_PROXYAUTH = 610101280
        | ERIC_TRANSFER_ERR_SEND_INIT = 610101282
        | ERIC_TRANSFER_ERR_TIMEOUT = 610101283
        | ERIC_TRANSFER_ERR_PROXYPORT_INVALID = 610101284
        | ERIC_TRANSFER_ERR_OTHER = 610101291
        | ERIC_TRANSFER_ERR_XML_NHEADER = 610101292
        | ERIC_TRANSFER_ERR_XML_ENCODING = 610101293
        | ERIC_TRANSFER_ERR_ENDSIGUSER = 610101294
        | ERIC_TRANSFER_ERR_XMLTAG_NICHT_GEFUNDEN = 610101295
        | ERIC_TRANSFER_ERR_DATENTEILFEHLER = 610101297
        | ERIC_TRANSFER_EID_ZERTIFIKATFEHLER = 610101500
        | ERIC_TRANSFER_EID_KEINKONTO = 610101510
        | ERIC_TRANSFER_EID_IDNRNICHTEINDEUTIG = 610101511
        | ERIC_TRANSFER_EID_SERVERFEHLER = 610101512
        | ERIC_TRANSFER_EID_KEINCLIENT = 610101520
        | ERIC_TRANSFER_EID_CLIENTFEHLER = 610101521
        | ERIC_TRANSFER_EID_FEHLENDEFELDER = 610101522
        | ERIC_TRANSFER_EID_IDENTIFIKATIONABGEBROCHEN = 610101523
        | ERIC_TRANSFER_EID_NPABLOCKIERT = 610101524
        | ERIC_CRYPT_ERROR_CREATE_KEY = 610201016
        | ERIC_CRYPT_E_INVALID_HANDLE = 610201101
        | ERIC_CRYPT_E_MAX_SESSION = 610201102
        | ERIC_CRYPT_E_BUSY = 610201103
        | ERIC_CRYPT_E_OUT_OF_MEM = 610201104
        | ERIC_CRYPT_E_PSE_PATH = 610201105
        | ERIC_CRYPT_E_PIN_WRONG = 610201106
        | ERIC_CRYPT_E_PIN_LOCKED = 610201107
        | ERIC_CRYPT_E_P7_READ = 610201108
        | ERIC_CRYPT_E_P7_DECODE = 610201109
        | ERIC_CRYPT_E_P7_RECIPIENT = 610201110
        | ERIC_CRYPT_E_P12_READ = 610201111
        | ERIC_CRYPT_E_P12_DECODE = 610201112
        | ERIC_CRYPT_E_P12_SIG_KEY = 610201113
        | ERIC_CRYPT_E_P12_ENC_KEY = 610201114
        | ERIC_CRYPT_E_P11_SIG_KEY = 610201115
        | ERIC_CRYPT_E_P11_ENC_KEY = 610201116
        | ERIC_CRYPT_E_XML_PARSE = 610201117
        | ERIC_CRYPT_E_XML_SIG_ADD = 610201118
        | ERIC_CRYPT_E_XML_SIG_TAG = 610201119
        | ERIC_CRYPT_E_XML_SIG_SIGN = 610201120
        | ERIC_CRYPT_E_ENCODE_UNKNOWN = 610201121
        | ERIC_CRYPT_E_ENCODE_ERROR = 610201122
        | ERIC_CRYPT_E_XML_INIT = 610201123
        | ERIC_CRYPT_E_ENCRYPT = 610201124
        | ERIC_CRYPT_E_DECRYPT = 610201125
        | ERIC_CRYPT_E_P11_SLOT_EMPTY = 610201126
        | ERIC_CRYPT_E_NO_SIG_ENC_KEY = 610201127
        | ERIC_CRYPT_E_LOAD_DLL = 610201128
        | ERIC_CRYPT_E_NO_SERVICE = 610201129
        | ERIC_CRYPT_E_ESICL_EXCEPTION = 610201130
        | ERIC_CRYPT_E_TOKEN_TYPE_MISMATCH = 610201144
        | ERIC_CRYPT_E_P12_CREATE = 610201146
        | ERIC_CRYPT_E_VERIFY_CERT_CHAIN = 610201147
        | ERIC_CRYPT_E_P11_ENGINE_LOADED = 610201148
        | ERIC_CRYPT_E_USER_CANCEL = 610201149
        | ERIC_CRYPT_ZERTIFIKAT = 610201200
        | ERIC_CRYPT_SIGNATUR = 610201201
        | ERIC_CRYPT_NICHT_UNTERSTUETZTES_PSE_FORMAT = 610201203
        | ERIC_CRYPT_PIN_BENOETIGT = 610201205
        | ERIC_CRYPT_PIN_STAERKE_NICHT_AUSREICHEND = 610201206
        | ERIC_CRYPT_E_INTERN = 610201208
        | ERIC_CRYPT_ZERTIFIKATSPFAD_KEIN_VERZEICHNIS = 610201209
        | ERIC_CRYPT_ZERTIFIKATSDATEI_EXISTIERT_BEREITS = 610201210
        | ERIC_CRYPT_PIN_ENTHAELT_UNGUELTIGE_ZEICHEN = 610201211
        | ERIC_CRYPT_E_INVALID_PARAM_ABC = 610201212
        | ERIC_CRYPT_CORRUPTED = 610201213
        | ERIC_CRYPT_EIDKARTE_NICHT_UNTERSTUETZT = 610201214
        | ERIC_CRYPT_E_SC_SLOT_EMPTY = 610201215
        | ERIC_CRYPT_E_SC_NO_APPLET = 610201216
        | ERIC_CRYPT_E_SC_SESSION = 610201217
        | ERIC_CRYPT_E_P11_NO_SIG_CERT = 610201218
        | ERIC_CRYPT_E_P11_INIT_FAILED = 610201219
        | ERIC_CRYPT_E_P11_NO_ENC_CERT = 610201220
        | ERIC_CRYPT_E_P12_NO_SIG_CERT = 610201221
        | ERIC_CRYPT_E_P12_NO_ENC_CERT = 610201222
        | ERIC_CRYPT_E_SC_ENC_KEY = 610201223
        | ERIC_CRYPT_E_SC_NO_SIG_CERT = 610201224
        | ERIC_CRYPT_E_SC_NO_ENC_CERT = 610201225
        | ERIC_CRYPT_E_SC_INIT_FAILED = 610201226
        | ERIC_CRYPT_E_SC_SIG_KEY = 610201227
        | ERIC_IO_FEHLER = 610301001
        | ERIC_IO_DATEI_INKORREKT = 610301005
        | ERIC_IO_PARSE_FEHLER = 610301006
        | ERIC_IO_NDS_GENERIERUNG_FEHLGESCHLAGEN = 610301007
        | ERIC_IO_MASTERDATENSERVICE_NICHT_VERFUEGBAR = 610301010
        | ERIC_IO_STEUERZEICHEN_IM_NDS = 610301014
        | ERIC_IO_VERSIONSINFORMATIONEN_NICHT_GEFUNDEN = 610301031
        | ERIC_IO_FALSCHES_VERFAHREN = 610301104
        | ERIC_IO_READER_MEHRFACHE_STEUERFAELLE = 610301105
        | ERIC_IO_READER_UNERWARTETE_ELEMENTE = 610301106
        | ERIC_IO_READER_FORMALE_FEHLER = 610301107
        | ERIC_IO_READER_FALSCHES_ENCODING = 610301108
        | ERIC_IO_READER_MEHRFACHE_NUTZDATEN_ELEMENTE = 610301109
        | ERIC_IO_READER_MEHRFACHE_NUTZDATENBLOCK_ELEMENTE = 610301110
        | ERIC_IO_UNBEKANNTE_DATENART = 610301111
        | ERIC_IO_READER_UNTERSACHBEREICH_UNGUELTIG = 610301114
        | ERIC_IO_READER_ZU_VIELE_NUTZDATENBLOCK_ELEMENTE = 610301115
        | ERIC_IO_READER_STEUERZEICHEN_IM_TRANSFERHEADER = 610301150
        | ERIC_IO_READER_STEUERZEICHEN_IM_NUTZDATENHEADER = 610301151
        | ERIC_IO_READER_STEUERZEICHEN_IN_DEN_NUTZDATEN = 610301152
        | ERIC_IO_READER_ZU_VIELE_ANHAENGE = 610301190
        | ERIC_IO_READER_ANHANG_ZU_GROSS = 610301191
        | ERIC_IO_READER_ANHAENGE_ZU_GROSS = 610301192
        | ERIC_IO_READER_SCHEMA_VALIDIERUNGSFEHLER = 610301200
        | ERIC_IO_READER_UNBEKANNTE_XML_ENTITY = 610301201
        | ERIC_IO_DATENTEILNOTFOUND = 610301252
        | ERIC_IO_DATENTEILENDNOTFOUND = 610301253
        | ERIC_IO_UEBERGABEPARAMETER_FEHLERHAFT = 610301300
        | ERIC_IO_UNGUELTIGE_UTF8_SEQUENZ = 610301400
        | ERIC_IO_UNGUELTIGE_ZEICHEN_IN_PARAMETER = 610301401
        | ERIC_PRINT_INTERNER_FEHLER = 610501001
        | ERIC_PRINT_DRUCKVORLAGE_NICHT_GEFUNDEN = 610501002
        | ERIC_PRINT_UNGUELTIGER_DATEI_PFAD = 610501004
        | ERIC_PRINT_INITIALISIERUNG_FEHLERHAFT = 610501007
        | ERIC_PRINT_AUSGABEZIEL_UNBEKANNT = 610501008
        | ERIC_PRINT_ABBRUCH_DRUCKVORBEREITUNG = 610501009
        | ERIC_PRINT_ABBRUCH_GENERIERUNG = 610501010
        | ERIC_PRINT_STEUERFALL_NICHT_UNTERSTUETZT = 610501011
        | ERIC_PRINT_FUSSTEXT_ZU_LANG = 610501012

    ///<summary>
    ///Represent a base response that encapsulate any ERiC API function return value.
    ///</summary>
    [<Api(Description="Represent a base response that encapsulate any ERiC API function return value.")>]
    [<AllowNullLiteral>]
    type EricFehlerCodeResponse() = 
        inherit ServiceReponseBase()
        ///<summary>
        ///The status code that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status code that the ERiC API function returns.", Name="StatusCode")>]
        member val StatusCode:EricFehlerCode = new EricFehlerCode() with get,set

        ///<summary>
        ///The status message that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status message that the ERiC API function returns.", Name="StatusText")>]
        member val StatusText:String = null with get,set

        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Represents information returned from a successful tax declaration process.
    ///</summary>
    [<Api(Description="Represents information returned from a successful tax declaration process.")>]
    [<AllowNullLiteral>]
    type Erfolg() = 
        ///<summary>
        ///The generated tele-number for the successful tax declaration process.
        ///</summary>
        [<ApiMember(Description="The generated tele-number for the successful tax declaration process.")>]
        member val Telenummer:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///The classification key for the successful tax declaration process.
        ///</summary>
        [<ApiMember(Description="The classification key for the successful tax declaration process.")>]
        member val Ordnungsbegriffe:ResizeArray<String> = new ResizeArray<String>() with get,set

    ///<summary>
    ///Represents information on the delivery.
    ///</summary>
    [<Api(Description="Represents information on the delivery.")>]
    [<AllowNullLiteral>]
    type Transfer() = 
        ///<summary>
        ///The ticket of the transfer.
        ///</summary>
        [<ApiMember(Description="The ticket of the transfer.")>]
        member val TransferTicket:String = null with get,set

    ///<summary>
    ///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.
    ///</summary>
    [<Api(Description="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.")>]
    [<AllowNullLiteral>]
    type Transfers() = 
        ///<summary>
        ///Contains information on all data deliveries, including deliveries that have not been confirmed by the server.
        ///</summary>
        [<ApiMember(Description="Contains information on all data deliveries, including deliveries that have not been confirmed by the server.")>]
        member val TransferList:ResizeArray<Transfer> = new ResizeArray<Transfer>() with get,set

    ///<summary>
    ///Represents value of an index field, which identfies the context about an error message.
    ///</summary>
    [<Api(Description="Represents value of an index field, which identfies the context about an error message.")>]
    [<AllowNullLiteral>]
    type SemantischerIndex() = 
        ///<summary>
        ///The name of the index field.
        ///</summary>
        [<ApiMember(Description="The name of the index field.")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The value of the index field.
        ///</summary>
        [<ApiMember(Description="The value of the index field.")>]
        member val Value:String = null with get,set

    ///<summary>
    ///Represents information on an ERiC reference.
    ///</summary>
    [<Api(Description="Represents information on an ERiC reference.")>]
    [<AllowNullLiteral>]
    type FehlerRegelpruefung() = 
        ///<summary>
        ///The user data ticket of the reference.
        ///</summary>
        [<ApiMember(Description="The user data ticket of the reference.")>]
        member val Nutzdatenticket:String = null with get,set

        ///<summary>
        ///The field identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The field identifier of the reference.")>]
        member val Feldidentifikator:String = null with get,set

        ///<summary>
        ///The multi-line index of the reference.
        ///</summary>
        [<ApiMember(Description="The multi-line index of the reference.")>]
        member val Mehrfachzeilenindex:String = null with get,set

        ///<summary>
        ///The delivery number form of the reference.
        ///</summary>
        [<ApiMember(Description="The delivery number form of the reference.")>]
        member val LfdNrVordruck:String = null with get,set

        ///<summary>
        ///Indicates the line number of the error field mentioned in the form.
        ///</summary>
        [<ApiMember(Description="Indicates the line number of the error field mentioned in the form.")>]
        member val VordruckZeilennummer:String = null with get,set

        ///<summary>
        ///Specifies the value of one or more index fields that identify the context of error messages.
        ///</summary>
        [<ApiMember(Description="Specifies the value of one or more index fields that identify the context of error messages.")>]
        member val SemantischeIndexes:ResizeArray<SemantischerIndex> = new ResizeArray<SemantischerIndex>() with get,set

        ///<summary>
        ///The sub-subject-area of the reference.
        ///</summary>
        [<ApiMember(Description="The sub-subject-area of the reference.")>]
        member val Untersachbereich:String = null with get,set

        ///<summary>
        ///The private identification number of the reference.
        ///</summary>
        [<ApiMember(Description="The private identification number of the reference.")>]
        member val PrivateKennnummer:String = null with get,set

        ///<summary>
        ///The name of the rule that applies to the reference.
        ///</summary>
        [<ApiMember(Description="The name of the rule that applies to the reference.")>]
        member val RegelName:String = null with get,set

        ///<summary>
        ///The technical error identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The technical error identifier of the reference.")>]
        member val FachlicheFehlerId:String = null with get,set

        ///<summary>
        ///The textual details of the reference.
        ///</summary>
        [<ApiMember(Description="The textual details of the reference.")>]
        member val Text:String = null with get,set

    [<AllowNullLiteral>]
    type Hinweis() = 
        ///<summary>
        ///The user data ticket of the reference.
        ///</summary>
        [<ApiMember(Description="The user data ticket of the reference.")>]
        member val Nutzdatenticket:String = null with get,set

        ///<summary>
        ///The field identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The field identifier of the reference.")>]
        member val Feldidentifikator:String = null with get,set

        ///<summary>
        ///The multi-line index of the reference.
        ///</summary>
        [<ApiMember(Description="The multi-line index of the reference.")>]
        member val Mehrfachzeilenindex:String = null with get,set

        ///<summary>
        ///The delivery number form of the reference.
        ///</summary>
        [<ApiMember(Description="The delivery number form of the reference.")>]
        member val LfdNrVordruck:String = null with get,set

        ///<summary>
        ///Indicates the line number of the error field mentioned in the form.
        ///</summary>
        [<ApiMember(Description="Indicates the line number of the error field mentioned in the form.")>]
        member val VordruckZeilennummer:String = null with get,set

        ///<summary>
        ///Specifies the value of one or more index fields that identify the context of error messages.
        ///</summary>
        [<ApiMember(Description="Specifies the value of one or more index fields that identify the context of error messages.")>]
        member val SemantischeIndexes:ResizeArray<SemantischerIndex> = new ResizeArray<SemantischerIndex>() with get,set

        ///<summary>
        ///The sub-subject-area of the reference.
        ///</summary>
        [<ApiMember(Description="The sub-subject-area of the reference.")>]
        member val Untersachbereich:String = null with get,set

        ///<summary>
        ///The private identification number of the reference.
        ///</summary>
        [<ApiMember(Description="The private identification number of the reference.")>]
        member val PrivateKennnummer:String = null with get,set

        ///<summary>
        ///The name of the rule that applies to the reference.
        ///</summary>
        [<ApiMember(Description="The name of the rule that applies to the reference.")>]
        member val RegelName:String = null with get,set

        ///<summary>
        ///The technical note identifier of the reference.
        ///</summary>
        [<ApiMember(Description="The technical note identifier of the reference.")>]
        member val FachlicheHinweisId:String = null with get,set

        ///<summary>
        ///The textual details of the reference.
        ///</summary>
        [<ApiMember(Description="The textual details of the reference.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents a structure that contains the first output of the ERiC tax data submission process.
    ///</summary>
    [<Api(Description="Represents a structure that contains the first output of the ERiC tax data submission process.")>]
    [<AllowNullLiteral>]
    type EricBearbeiteVorgang() = 
        ///<summary>
        ///Information from the successful processing a tax declaration.
        ///</summary>
        [<ApiMember(Description="Information from the successful processing a tax declaration.")>]
        member val Erfolg:Erfolg = null with get,set

        ///<summary>
        ///Gets or sets information on all data deliveries, including deliveries that have not been confirmed by the server.
        ///</summary>
        [<ApiMember(Description="Gets or sets information on all data deliveries, including deliveries that have not been confirmed by the server.")>]
        member val Transfers:Transfers = null with get,set

        ///<summary>
        ///Error rules that result from the processing of a tax declaration.
        ///</summary>
        [<ApiMember(Description="Error rules that result from the processing of a tax declaration.")>]
        member val FehlerRegelpruefungen:ResizeArray<FehlerRegelpruefung> = new ResizeArray<FehlerRegelpruefung>() with get,set

        ///<summary>
        ///Hints that result the processing of a tax declaration.
        ///</summary>
        [<ApiMember(Description="Hints that result the processing of a tax declaration.")>]
        member val Hinweise:ResizeArray<Hinweis> = new ResizeArray<Hinweis>() with get,set

    ///<summary>
    ///Auflistung der gültigen Verfahren
    ///</summary>
    type Verfahren =
        | ElsterAnmeldung = 0
        | ElsterBereitstellung = 1
        | ElsterBilanz = 2
        | ElsterBRM = 3
        | ElsterBRMOrg = 4
        | ElsterDatenabholung = 5
        | ElsterErklaerung = 6
        | ElsterExtern = 7
        | ElsterFSE = 8
        | ElsterKapESt = 9
        | ElsterKMV = 10
        | ElsterKontoabfrage = 11
        | ElsterLavendel = 12
        | ElsterLohn = 13
        | ElsterLohn2 = 14
        | ElsterNachricht = 15
        | ElsterSignatur = 16
        | ElsterVollmachtDB = 17

    ///<summary>
    ///Auflistung aller gültigen Datenarten.
    ///</summary>
    type Datenart =
        | Anlage34a = 0
        | AnpassungVorauszahlung = 1
        | AntragUStVerguetung4a = 2
        | AbrufcodeAntrag = 3
        | AenderungAdresse = 4
        | AbrufcodeStorno = 5
        | AbrufvollmachtAnlage = 6
        | AbrufvollmachtUpdate = 7
        | AenderungBankverbindung = 8
        | AntraegeRechteLoeschen = 9
        | AntraegeUndRechte = 10
        | Aufzeichnung146a = 11
        | BetPG = 12
        | Bilanz = 13
        | Belegnachreichung = 14
        | BSBMitteilung = 15
        | BZSt2 = 16
        | C19Mitteilung = 17
        | DUeAbmelden = 18
        | DUeAnmelden = 19
        | DUeUmmelden = 20
        | Einspruch = 21
        | EinspruchNachtrag = 22
        | EinspruchRuecknahme = 23
        | ELeVAntragELStAM = 24
        | ELeVErmaessigung = 25
        | ELeVGetrenntlebend = 26
        | ELeVSteuerklassenwechsel = 27
        | ELeVWiederaufnahmeEhe = 28
        | EPAntwort = 29
        | EPBescheid = 30
        | EPMitteilung = 31
        | EPKurzmitteilung = 32
        | ElsterErklaerungDaten = 33
        | ElsterKMVDaten = 34
        | ElsterLohn2Daten = 35
        | ElsterLohnDaten = 36
        | ElsterVaStDaten = 37
        | ElsterDIVADaten = 38
        | ElsterDIVDaten = 39
        | ElsterEPBescheidDaten = 40
        | ElsterEPMitteilungDaten = 41
        | EPStBescheidAbholung = 42
        | EPStMitteilungAbholung = 43
        | Erbschaftsteuer = 44
        | ESt = 45
        | EStbeschraenkt = 46
        | EUER = 47
        | EUn = 48
        | FEIN = 49
        | ForschungZulAntrag = 50
        | KStAntragOptionPersG = 51
        | FLHMitteilung = 52
        | FreistellungKapitalertraegeBV = 53
        | Fristverlaengerung = 54
        | FsEVerein = 55
        | Gewerbemeldung = 56
        | GDBMitteilung = 57
        | Gewinnermittlung13aEStG = 58
        | GewSt = 59
        | GewStZ = 60
        | GrundsteuerBW = 61
        | GrundsteuerBY = 62
        | GrundsteuerHE = 63
        | GrundsteuerHH = 64
        | GrundsteuerNI = 65
        | Grundsteuerwert = 66
        | InvStG56Abs5 = 67
        | InvStG51Feststellung = 68
        | KapEStA = 69
        | KapEStInvStG = 70
        | KapG = 71
        | KapGAus = 72
        | KKVMitteilung = 73
        | Kontoabfrage = 74
        | Kontoinformation = 75
        | KSt = 76
        | KStZ = 77
        | KTTAnmeldungHH = 78
        | KTTAnzeigeHH = 79
        | Lohnersatzleistung = 80
        | LohnersatzMitteilung = 81
        | LStA = 82
        | LStB = 83
        | LStHVVMAnlage = 84
        | LStHVVMUpdate = 85
        | OGHMitteilung = 86
        | VermoegenswirksameLeistung = 87
        | VMWiderruf = 88
        | VollmachtDetails = 89
        | VNoVMVRegistrierung = 90
        | VNoVMVUpdate = 91
        | VNoVMVLoeschung = 92
        | VollfAAnlage = 93
        | VollfAUpdate = 94
        | VMoVMVStBAnlage = 95
        | VMoVMVStBUpdate = 96
        | VMoVMVFreischaltung = 97
        | VAGMitteilung = 98
        | DIVADatenBZSt = 99
        | DivaEinwilligungAnlageBRM = 100
        | DivaEinwilligungFreisch = 101
        | DivaEinwilligungUpdateBRM = 102
        | DivaWiderrufBRM = 103
        | DivaErgebnisliste = 104
        | LStHVDivaAdresseBRM = 105
        | VMErgebnisListeVNSicht = 106
        | PersG = 107
        | PostfachAnfrage = 108
        | PostfachStatus = 109
        | ProtokollAnforderung = 110
        | Registrierung = 111
        | Schenkungsteuer = 112
        | SonstigeNachrichten = 113
        | SpezRechtAntrag = 114
        | SpezRechtFreischaltung = 115
        | SpezRechtListe = 116
        | SpezRechtStorno = 117
        | SpezRechtTeilnahme = 118
        | StAb50a = 119
        | Statusabfrage = 120
        | UnentgeltlicheDepotuebertragung = 121
        | UENSTAnmeldungBE = 122
        | UENSTAnzeigeBE = 123
        | USt = 124
        | UStVA = 125
        | UStDV = 126
        | UStSV = 127
        | VGNAnmeldungHB = 128
        | VGNAnmeldungBE = 129
        | VGNAnmeldungHH = 130
        | VGNAnzeigeHH = 131
        | WTBAnmeldungHB = 132
        | ZMDO = 133
        | ElsterVollmachtDaten = 134
        | MitteilungAbholung = 135

    ///<summary>
    ///Hauptinformation ob die Daten authentifiziert wurden (send-Auth) oder nicht (send-NoSig)
    ///</summary>
    type Vorgang =
        | Send_Auth = 0
        | Send_Auth_Part = 1
        | Send_NoSig = 2
        | Send_NoSig_Part = 3

    ///<summary>
    ///Kennzeichnung der Datenlieferung ob es sich um einen Testfall handelt, gilt fuer die gesamte Datenlieferung. Ein Echtfall enthält dieses Element nicht. Ein Testfall muss mit einem Testmerker versehen werden, damit er nicht wie ein Echtfall verarbeitet wird. Handelt es sich um Daten, die nur zum Testen des Frontends versendet wurden, müssen sie nicht mehr weiter verarbeitet werden.
    ///</summary>
    type Testmerker =
        | TM010000001 = 10000001
        | TM080000001 = 80000001
        | TM160000001 = 160000001
        | TM160000002 = 160000002
        | TM220000000 = 220000000
        | TM220002000 = 220002000
        | TM230000001 = 230000001
        | TM240000000 = 240000000
        | TM370000001 = 370000001
        | TM520000000 = 520000000
        | TM700000001 = 700000001
        | TM700000004 = 700000004

    ///<summary>
    ///Represents the signature and associated information of the compressed, encrypted, base64-encoded content of the data part of the tax declaration/statement.
    ///</summary>
    [<Api(Description="Represents the signature and associated information of the compressed, encrypted, base64-encoded content of the data part of the tax declaration/statement.")>]
    [<AllowNullLiteral>]
    type SigUser() = 
        ///<summary>
        ///The content of the data. Currently supported: Raw XML (text), XElement or IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the data. Currently supported: Raw XML (text), XElement or IXmlSerializable")>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///Einheitliche Abkürzungen fuer die Bundesländer bzw. alternative Empfänger
    ///</summary>
    type Bundesland =
        | BW = 0
        | BY = 1
        | BE = 2
        | BB = 3
        | HB = 4
        | HH = 5
        | HE = 6
        | MV = 7
        | NI = 8
        | NW = 9
        | RP = 10
        | SL = 11
        | SN = 12
        | ST = 13
        | SH = 14
        | TH = 15
        | EC = 16
        | BF = 17
        | CS = 18
        | CD = 19
        | CM = 20
        | CN = 21
        | DS = 22
        | OP = 23
        | TK = 24
        | ZF = 25

    ///<summary>
    ///Represents a receiver of tax data.
    ///</summary>
    [<Api(Description="Represents a receiver of tax data.")>]
    [<AllowNullLiteral>]
    type Empfaenger() = 
        ///<summary>
        ///The identifier of the receiver.
        ///</summary>
        [<ApiMember(Description="The identifier of the receiver.")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The destination of the receiver.
        ///</summary>
        [<ApiMember(Description="The destination of the receiver.")>]
        member val Ziel:Nullable<Bundesland> = new Nullable<Bundesland>() with get,set

    ///<summary>
    ///Protokoll der Verschluesselung. Es kann vorkommen, dass verschieden Verschluesselungsarten eingesetzt werden, eine Unterscheidung ist hier nötig, um das richtige Entschluesselungstool anzusteuern. Mit welcher Verschluesselungsart wurden die Inhalte von den Elementen 'DatenLieferant' und ggf. 'SigUser' im TransferHeader und dem Element 'DatenTeil' verschluesselt
    ///</summary>
    type Verschluesselungsart =
        | PKCS_7v1_5 = 0
        | PKCS_7v1_5enveloped = 1
        | NO_BASE64 = 2
        | CMSEncryptedData = 3
        | CMSEnvelopedData = 4
        | EnvelopedData__RSA_OAEP__AES_128__GZip__B64 = 5

    ///<summary>
    ///Mit welcher Kompression wurden die Inhalte von den Elementen DatenLieferant und ggf. SigUser im TransferHeader und dem Element DatenTeil komprimiert.
    ///</summary>
    type Kompression =
        | GZIP = 0
        | NO_BASE64 = 1

    ///<summary>
    ///[Documentation unavailable]
    ///</summary>
    [<Api(Description="[Documentation unavailable]")>]
    [<AllowNullLiteral>]
    type EricTyp() = 
        ///<summary>
        ///The content of the data. Currently supported: Raw XML (text), XmlElement, XElement or IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the data. Currently supported: Raw XML (text), XmlElement, XElement or IXmlSerializable")>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///[Documentation unavailable]
    ///</summary>
    [<Api(Description="[Documentation unavailable]")>]
    [<AllowNullLiteral>]
    type Erstellung() = 
        ///<summary>
        ///[Documentation unavailable]
        ///</summary>
        [<ApiMember(Description="[Documentation unavailable]")>]
        member val Eric:EricTyp = null with get,set

    ///<summary>
    ///Represents information on the encryption of tax data.
    ///</summary>
    [<Api(Description="Represents information on the encryption of tax data.")>]
    [<AllowNullLiteral>]
    type Datei() = 
        ///<summary>
        ///The type of data encryption used.
        ///</summary>
        [<ApiMember(Description="The type of data encryption used.")>]
        member val Verschluesselung:Verschluesselungsart = new Verschluesselungsart() with get,set

        ///<summary>
        ///The type of data compression used.
        ///</summary>
        [<ApiMember(Description="The type of data compression used.")>]
        member val Kompression:Kompression = new Kompression() with get,set

        ///<summary>
        ///The transport key used in the encryption.
        ///</summary>
        [<ApiMember(Description="The transport key used in the encryption.")>]
        member val TransportSchluessel:String = null with get,set

        ///<summary>
        ///[Documentation unavailable]
        ///</summary>
        [<ApiMember(Description="[Documentation unavailable]")>]
        member val Erstellung:Erstellung = null with get,set

    ///<summary>
    ///Represents an external error stack.
    ///</summary>
    [<Api(Description="Represents an external error stack.")>]
    [<AllowNullLiteral>]
    type Rueckgabe() = 
        ///<summary>
        ///The external error code. Either a zero (0) if no external errors occurred; otherwise an error number.
        ///</summary>
        [<ApiMember(Description="The external error code. Either a zero (0) if no external errors occurred; otherwise an error number.")>]
        member val Code:String = null with get,set

        ///<summary>
        ///The external error message.
        ///</summary>
        [<ApiMember(Description="The external error message.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents an internal error stack.
    ///</summary>
    [<Api(Description="Represents an internal error stack.")>]
    [<AllowNullLiteral>]
    type Stack() = 
        ///<summary>
        ///The internal error code. Either a zero (0) if no internal errors occurred; otherwise an error number.
        ///</summary>
        [<ApiMember(Description="The internal error code. Either a zero (0) if no internal errors occurred; otherwise an error number.")>]
        member val Code:String = null with get,set

        ///<summary>
        ///The external error message.
        ///</summary>
        [<ApiMember(Description="The external error message.")>]
        member val Text:String = null with get,set

    ///<summary>
    ///Represents an ERiC return code.
    ///</summary>
    [<Api(Description="Represents an ERiC return code.")>]
    [<AllowNullLiteral>]
    type RC() = 
        ///<summary>
        ///The return value of the return code.
        ///</summary>
        [<ApiMember(Description="The return value of the return code.")>]
        member val Rueckgabe:Rueckgabe = null with get,set

        ///<summary>
        ///The internal value of the return code.
        ///</summary>
        [<ApiMember(Description="The internal value of the return code.")>]
        member val Stack:Stack = null with get,set

    ///<summary>
    ///Represents an ERiC extension.
    ///</summary>
    [<Api(Description="Represents an ERiC extension.")>]
    [<AllowNullLiteral>]
    type Zusatz() = 
        ///<summary>
        ///The user-customizable items for the extension. Data providers can use these items for their own extensions/information.
        ///</summary>
        [<ApiMember(Description="The user-customizable items for the extension. Data providers can use these items for their own extensions/information.")>]
        member val Infos:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///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).
        ///</summary>
        [<ApiMember(Description="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).")>]
        member val ElsterInfos:ResizeArray<String> = new ResizeArray<String>() with get,set

    ///<summary>
    ///Represents the transfer header part of an ELSTER document.
    ///</summary>
    [<Api(Description="Represents the transfer header part of an ELSTER document.")>]
    [<AllowNullLiteral>]
    type TransferHeader() = 
        ///<summary>
        ///The version of the transfer header.
        ///</summary>
        [<ApiMember(Description="The version of the transfer header.", IsRequired=true)>]
        member val Version:String = null with get,set

        ///<summary>
        ///The tax operation used in the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The tax operation used in the ELSTER process.", IsRequired=true)>]
        member val Verfahren:Verfahren = new Verfahren() with get,set

        ///<summary>
        ///The tax data type of the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The tax data type of the ELSTER process.", IsRequired=true)>]
        member val DatenArt:Datenart = new Datenart() with get,set

        ///<summary>
        ///The authentification procedure of the ELSTER process.
        ///</summary>
        [<ApiMember(Description="The authentification procedure of the ELSTER process.", IsRequired=true)>]
        member val Vorgang:Vorgang = new Vorgang() with get,set

        ///<summary>
        ///The ticket identifier after a successful ELSTER process.
        ///</summary>
        [<ApiMember(Description="The ticket identifier after a successful ELSTER process.")>]
        member val TransferTicket:String = null with get,set

        ///<summary>
        ///The flag that indicates whether the tax declaration or filing is a test case. For production purposes, this value should not be set.
        ///</summary>
        [<ApiMember(Description="The flag that indicates whether the tax declaration or filing is a test case. For production purposes, this value should not be set.")>]
        member val Testmerker:Nullable<Testmerker> = new Nullable<Testmerker>() with get,set

        ///<summary>
        ///The signature and associated information on the compressed, encrypted, base64-encoded content of the the data part of a tax declaration / statement.
        ///</summary>
        [<ApiMember(Description="The signature and associated information on the compressed, encrypted, base64-encoded content of the the data part of a tax declaration / statement.")>]
        member val SigUser:SigUser = null with get,set

        ///<summary>
        ///The receiving ELSTER server.
        ///</summary>
        [<ApiMember(Description="The receiving ELSTER server.")>]
        member val Empfaenger:Empfaenger = null with get,set

        ///<summary>
        ///The identifier of the software manufacturer, through whose software the tax declaration is filed.
        ///</summary>
        [<ApiMember(Description="The identifier of the software manufacturer, through whose software the tax declaration is filed.", IsRequired=true)>]
        member val HerstellerID:String = null with get,set

        ///<summary>
        ///The details of the provider that submits tax data.
        ///</summary>
        [<ApiMember(Description="The details of the provider that submits tax data.", IsRequired=true)>]
        member val DatenLieferant:String = null with get,set

        ///<summary>
        ///The date of receipt of the tax data.
        ///</summary>
        [<ApiMember(Description="The date of receipt of the tax data.")>]
        member val EingangsDatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///The encryption data required for authenticated transmission of tax data.
        ///</summary>
        [<ApiMember(Description="The encryption data required for authenticated transmission of tax data.")>]
        member val Datei:Datei = null with get,set

        ///<summary>
        ///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.
        ///</summary>
        [<ApiMember(Description="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.")>]
        member val RC:RC = null with get,set

        ///<summary>
        ///The details of the software that submits the tax data.
        ///</summary>
        [<ApiMember(Description="The details of the software that submits the tax data.")>]
        member val VersionClient:String = null with get,set

        ///<summary>
        ///Data extensions to the transfer header.
        ///</summary>
        [<ApiMember(Description="Data extensions to the transfer header.")>]
        member val Zusatz:Zusatz = null with get,set

    ///<summary>
    ///Represents a receriver ID
    ///</summary>
    type EmpfaengerID =
        | L = 0
        | F = 1

    ///<summary>
    ///Represents a receiver of tax data.
    ///</summary>
    [<Api(Description="Represents a receiver of tax data.")>]
    [<AllowNullLiteral>]
    type NDHEmpfaenger() = 
        ///<summary>
        ///The identifier of the receiver.
        ///</summary>
        [<ApiMember(Description="The identifier of the receiver.")>]
        member val Id:EmpfaengerID = new EmpfaengerID() with get,set

        ///<summary>
        ///The value of the receiver.
        ///</summary>
        [<ApiMember(Description="The value of the receiver.")>]
        member val Value:String = null with get,set

    ///<summary>
    ///Represents a manufacturer/vendor of tax software.
    ///</summary>
    [<Api(Description="Represents a manufacturer/vendor of tax software.")>]
    [<AllowNullLiteral>]
    type Hersteller() = 
        ///<summary>
        ///The product name of the tax software produced by the manufacturer.
        ///</summary>
        [<ApiMember(Description="The product name of the tax software produced by the manufacturer.")>]
        member val ProduktName:String = null with get,set

        ///<summary>
        ///The product version of the tax software produced by the manufacturer.
        ///</summary>
        [<ApiMember(Description="The product version of the tax software produced by the manufacturer.")>]
        member val ProduktVersion:String = null with get,set

    ///<summary>
    ///Represents the header of a tax data.
    ///</summary>
    [<Api(Description="Represents the header of a tax data.")>]
    [<AllowNullLiteral>]
    type NutzdatenHeader() = 
        ///<summary>
        ///The version of the header.
        ///</summary>
        [<ApiMember(Description="The version of the header.", IsRequired=true)>]
        member val Version:String = null with get,set

        ///<summary>
        ///The ticket identifier of the header.
        ///</summary>
        [<ApiMember(Description="The ticket identifier of the header.", IsRequired=true)>]
        member val NutzdatenTicket:String = null with get,set

        ///<summary>
        ///The receiver of the header.
        ///</summary>
        [<ApiMember(Description="The receiver of the header.", IsRequired=true)>]
        member val Empfaenger:NDHEmpfaenger = null with get,set

        ///<summary>
        ///The software manufacturer, through whose software the tax declaration or filing is submitted.
        ///</summary>
        [<ApiMember(Description="The software manufacturer, through whose software the tax declaration or filing is submitted.", IsRequired=true)>]
        member val Hersteller:Hersteller = null with get,set

        ///<summary>
        ///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.
        ///</summary>
        [<ApiMember(Description="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.")>]
        member val DatenLieferant:String = null with get,set

        ///<summary>
        ///The return code of the header.
        ///</summary>
        [<ApiMember(Description="The return code of the header.")>]
        member val RC:RC = null with get,set

        ///<summary>
        ///The data extensions of the header.
        ///</summary>
        [<ApiMember(Description="The data extensions of the header.")>]
        member val Zusatz:Zusatz = null with get,set

    ///<summary>
    ///Represents an encapsulation of tax data content.
    ///</summary>
    [<Api(Description="Represents an encapsulation of tax data content.")>]
    [<AllowNullLiteral>]
    type Nutzdaten() = 
        ///<summary>
        ///The content of the tax data. This varies by tax declaration. Currently supported formats: Raw XML (text), XElement, and IXmlSerializable
        ///</summary>
        [<ApiMember(Description="The content of the tax data. This varies by tax declaration. Currently supported formats: Raw XML (text), XElement, and IXmlSerializable", IsRequired=true)>]
        member val Inhalt:Object = null with get,set

    ///<summary>
    ///Represents a block of tax data.
    ///</summary>
    [<Api(Description="Represents a block of tax data.")>]
    [<AllowNullLiteral>]
    type Nutzdatenblock() = 
        ///<summary>
        ///The header part of the block.
        ///</summary>
        [<ApiMember(Description="The header part of the block.", IsRequired=true)>]
        member val NutzdatenHeader:NutzdatenHeader = null with get,set

        ///<summary>
        ///The data part of the block.
        ///</summary>
        [<ApiMember(Description="The data part of the block.", IsRequired=true)>]
        member val Nutzdaten:Nutzdaten = null with get,set

    ///<summary>
    ///Represents the data part of an ELSTER document.
    ///</summary>
    [<Api(Description="Represents the data part of an ELSTER document.")>]
    [<AllowNullLiteral>]
    type DatenTeil() = 
        ///<summary>
        ///The blocks of tax data of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The blocks of tax data of the ELSTER document.", IsRequired=true)>]
        member val Nutzdatenbloecke:ResizeArray<Nutzdatenblock> = new ResizeArray<Nutzdatenblock>() with get,set

    ///<summary>
    ///Represents an ELSTER document.
    ///</summary>
    [<Api(Description="Represents an ELSTER document.")>]
    [<AllowNullLiteral>]
    type Elster() = 
        ///<summary>
        ///The transfer header part of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The transfer header part of the ELSTER document.", IsRequired=true)>]
        member val TransferHeader:TransferHeader = null with get,set

        ///<summary>
        ///The data (facts) part of the ELSTER document.
        ///</summary>
        [<ApiMember(Description="The data (facts) part of the ELSTER document.")>]
        member val DatenTeil:DatenTeil = null with get,set

    ///<summary>
    ///Represents a base class for a file with raw data.
    ///</summary>
    [<Api(Description="Represents a base class for a file with raw data.")>]
    [<AllowNullLiteral>]
    type FileBase() = 
        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///Represents information about a file or directory.
    ///</summary>
    [<Api(Description="Represents information about a file or directory.")>]
    [<AllowNullLiteral>]
    type FileMetadata() = 
        ///<summary>
        ///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.
        ///</summary>
        [<ApiMember(Description="The name of the file.\nFor files, gets the name of the file.\nFor directories, gets the name of the last directory in the hierarchy if a hierarchy exists; otherwise, the name of the directory.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The full path of the directory or file.
        ///</summary>
        [<ApiMember(Description="The full path of the directory or file.", Name="FullName")>]
        member val FullName:String = null with get,set

        ///<summary>
        ///The time the current file or directory was last accessed.
        ///</summary>
        [<ApiMember(Description="The time the current file or directory was last accessed.", Name="LastAccessTime")>]
        member val LastAccessTime:DateTime = new DateTime() with get,set

        ///<summary>
        ///The name of the file.
        ///</summary>
        [<ApiMember(Description="The name of the file.", Name="LastAccessTimeUtc")>]
        member val LastAccessTimeUtc:DateTime = new DateTime() with get,set

        ///<summary>
        ///The time when the current file or directory was last written to.
        ///</summary>
        [<ApiMember(Description="The time when the current file or directory was last written to.", Name="LastAccessTime")>]
        member val LastWriteTime:DateTime = new DateTime() with get,set

        ///<summary>
        ///The time, in coordinated universal time (UTC), when the current file or directory was last written to.
        ///</summary>
        [<ApiMember(Description="The time, in coordinated universal time (UTC), when the current file or directory was last written to.", Name="LastWriteTimeUtc")>]
        member val LastWriteTimeUtc:DateTime = new DateTime() with get,set

        ///<summary>
        ///The size, in bytes, of the current file.
        ///</summary>
        [<ApiMember(Description="The size, in bytes, of the current file.", Name="Length")>]
        member val Length:Int64 = new Int64() with get,set

        ///<summary>
        ///The size, in bytes, of the current file.
        ///</summary>
        [<ApiMember(Description="The size, in bytes, of the current file.", Name="UserId")>]
        member val UserId:Int32 = new Int32() with get,set

        ///<summary>
        ///The file group id.
        ///</summary>
        [<ApiMember(Description="The file group id.", Name="GroupId")>]
        member val GroupId:Int32 = new Int32() with get,set

        ///<summary>
        ///A value that indicates whether the others can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the others can read from this file.", Name="OthersCanRead")>]
        member val OthersCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can execute this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can execute this file.", Name="GroupCanExecute")>]
        member val GroupCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can write into this file.", Name="GroupCanWrite")>]
        member val GroupCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the group members can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the group members can read from this file.", Name="GroupCanRead")>]
        member val GroupCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can execute this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can execute this file.", Name="OwnerCanExecute")>]
        member val OwnerCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can write into this file.", Name="OwnerCanWrite")>]
        member val OwnerCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether the owner can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether the owner can read from this file.", Name="OthersCanRead")>]
        member val OwnerCanRead:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether others can read from this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether others can read from this file.", Name="OthersCanExecute")>]
        member val OthersCanExecute:Boolean = new Boolean() with get,set

        ///<summary>
        ///A value that indicates whether others can write into this file.
        ///</summary>
        [<ApiMember(Description="A value that indicates whether others can write into this file.", Name="OthersCanWrite")>]
        member val OthersCanWrite:Boolean = new Boolean() with get,set

        ///<summary>
        ///Extensions to the file attributes.
        ///</summary>
        [<ApiMember(Description="Extensions to the file attributes.", Name="Extensions")>]
        member val Extensions:Dictionary<String, String> = new Dictionary<String, String>() with get,set

    ///<summary>
    ///Represents a file that contains raw data content in bytes
    ///</summary>
    [<Api(Description="Represents a file that contains raw data content in bytes")>]
    [<AllowNullLiteral>]
    type BinaryFile() = 
        inherit FileBase()
        ///<summary>
        ///The attributes of the file.
        ///</summary>
        [<ApiMember(Description="The attributes of the file.", Name="Metadata")>]
        member val Metadata:FileMetadata = null with get,set

        ///<summary>
        ///The name of the file without information on its directory path.
        ///</summary>
        [<ApiMember(Description="The name of the file without information on its directory path.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///A type that encapsulates the return values from the ERiC API function that processes tax data.
    ///</summary>
    [<Api(Description="A type that encapsulates the return values from the ERiC API function that processes tax data.")>]
    [<AllowNullLiteral>]
    type BearbeiteVorgangResponse() = 
        inherit EricFehlerCodeResponse()
        ///<summary>
        ///The return value of the process.
        ///</summary>
        [<ApiMember(Description="The return value of the process.")>]
        member val Rueckgabe:EricBearbeiteVorgang = null with get,set

        ///<summary>
        ///The server response of the process.
        ///</summary>
        [<ApiMember(Description="The server response of the process.")>]
        member val Serverantwort:Elster = null with get,set

        ///<summary>
        ///If available, the PDF-based files to represent generated transfer prototocols.
        ///</summary>
        [<ApiMember(Description="If available, the PDF-based files to represent generated transfer prototocols.")>]
        member val TransferProtocols:ResizeArray<BinaryFile> = new ResizeArray<BinaryFile>() with get,set

        ///<summary>
        ///The status code that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status code that the ERiC API function returns.", Name="StatusCode")>]
        member val StatusCode:EricFehlerCode = new EricFehlerCode() with get,set

        ///<summary>
        ///The status message that the ERiC API function returns.
        ///</summary>
        [<ApiMember(Description="The status message that the ERiC API function returns.", Name="StatusText")>]
        member val StatusText:String = null with get,set

        ///<summary>
        ///The unique identifier of the response.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the response.", Name="Id")>]
        member val Id:String = null with get,set

        ///<summary>
        ///The position of the response element in an indexed collection.
        ///</summary>
        [<ApiMember(Description="The position of the response element in an indexed collection.", Name="Index")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///Metadata that contains structured error information on the service response.
        ///</summary>
        [<ApiMember(Description="Metadata that contains structured error information on the service response.", Name="ResponseStatus")>]
        member val ResponseStatus:ResponseStatus = null with get,set

    ///<summary>
    ///Beim DatenLieferanten handelt es sich um diejenige natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird,um die Daten zu übersenden (auf den Sendeknopf drückt - NICHT jedoch ein etwaiger Erfüllungsgehilfe).
    ///</summary>
    [<Api(Description="Beim DatenLieferanten handelt es sich um diejenige natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird,um die Daten zu übersenden (auf den Sendeknopf drückt - NICHT jedoch ein etwaiger Erfüllungsgehilfe).")>]
    [<AllowNullLiteral>]
    type DatenLieferant() = 
        ///<summary>
        ///Der Name des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Name des Datenlieferants.", IsRequired=true, Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///Der Straßenname des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Straßenname des Datenlieferants.", IsRequired=true, Name="Strasse")>]
        member val Strasse:String = null with get,set

        ///<summary>
        ///Die Postleitzahl des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl des Datenlieferants.", IsRequired=true, Name="PLZ")>]
        member val PLZ:String = null with get,set

        ///<summary>
        ///Der Ort des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Der Ort des Datenlieferants.", IsRequired=true, Name="Ort")>]
        member val Ort:String = null with get,set

        ///<summary>
        ///Die Telefonnummer (optional) des Datenlieferants.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummer (optional) des Datenlieferants.", Name="Telefon")>]
        member val Telefon:String = null with get,set

        ///<summary>
        ///Die Email-Adresse (optional) des Datenlieferant.
        ///</summary>
        [<ApiMember(Description="Die Email-Adresse (optional) des Datenlieferant.", Name="Email")>]
        member val Email:String = null with get,set

    ///<summary>
    ///Stellt einen Unternehmer dar.
    ///</summary>
    [<Api(Description="Stellt einen Unternehmer dar.")>]
    [<AllowNullLiteral>]
    type Unternehmer() = 
        ///<summary>
        ///Der Bezeichnung (optional) des Unternehmers (normalerweise der Name des Unternehmers Unternehmen).
        ///</summary>
        [<ApiMember(Description="Der Bezeichnung (optional) des Unternehmers (normalerweise der Name des Unternehmers Unternehmen).", Name="Bezeichnung")>]
        member val Bezeichnung:String = null with get,set

        ///<summary>
        ///Der Name (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Name (optional) des Unternehmers.", Name="Name")>]
        member val Name:String = null with get,set

        ///<summary>
        ///Der Vorname (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Vorname (optional) des Unternehmers.", Name="Vorname")>]
        member val Vorname:String = null with get,set

        ///<summary>
        ///Der Namenvorsatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Namenvorsatz (optional) des Unternehmers.", Name="Namensvorsatz")>]
        member val Namensvorsatz:String = null with get,set

        ///<summary>
        ///Der Namenzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Namenzusatz (optional) des Unternehmers.", Name="Namenszusatz")>]
        member val Namenszusatz:String = null with get,set

        ///<summary>
        ///Der Straßenname (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Straßenname (optional) des Unternehmers.", Name="Str")>]
        member val Str:String = null with get,set

        ///<summary>
        ///Die Hausnummer (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Hausnummer (optional) des Unternehmers.", Name="Hausnummer")>]
        member val Hausnummer:String = null with get,set

        ///<summary>
        ///Der Hausnummernzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Hausnummernzusatz (optional) des Unternehmers.", Name="HNrZusatz")>]
        member val HNrZusatz:String = null with get,set

        ///<summary>
        ///Der Anschriftenzusatz (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Anschriftenzusatz (optional) des Unternehmers.", Name="AnschriftenZusatz")>]
        member val AnschriftenZusatz:String = null with get,set

        ///<summary>
        ///Der Ort (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Ort (optional) des Unternehmers.", Name="Ort")>]
        member val Ort:String = null with get,set

        ///<summary>
        ///Die Postleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl (optional) des Unternehmers.", Name="PLZ")>]
        member val PLZ:String = null with get,set

        ///<summary>
        ///Die Auslandspostleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Auslandspostleitzahl (optional) des Unternehmers.", Name="AuslandsPLZ")>]
        member val AuslandsPLZ:String = null with get,set

        ///<summary>
        ///Der Ländername (falls Anschrift im Ausland) des Unternehmers - optional. Der Ländername des Unternehmers kann mit 1-20 alphanumerischen Zeichen geliefert werden.
        ///</summary>
        [<ApiMember(Description="Der Ländername (falls Anschrift im Ausland) des Unternehmers - optional. \nDer Ländername des Unternehmers kann mit 1-20 alphanumerischen Zeichen geliefert werden.", Name="Land")>]
        member val Land:String = null with get,set

        ///<summary>
        ///Der Ort des Postfaches (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Der Ort des Postfaches (optional) des Unternehmers.", Name="PostfachOrt")>]
        member val PostfachOrt:String = null with get,set

        ///<summary>
        ///Das Postfach (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Das Postfach (optional) des Unternehmers.", Name="Postfach")>]
        member val Postfach:String = null with get,set

        ///<summary>
        ///Die Postleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Postleitzahl (optional) des Unternehmers.", Name="PostfachPLZ")>]
        member val PostfachPLZ:String = null with get,set

        ///<summary>
        ///Die Großkundenpostleitzahl (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Großkundenpostleitzahl (optional) des Unternehmers.", Name="GKPLZ")>]
        member val GKPLZ:String = null with get,set

        ///<summary>
        ///Die Telefonnummer (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummer (optional) des Unternehmers.", Name="Telefon")>]
        member val Telefon:String = null with get,set

        ///<summary>
        ///Die Emailadresse (optional) des Unternehmers.
        ///</summary>
        [<ApiMember(Description="Die Emailadresse (optional) des Unternehmers.", Name="Email")>]
        member val Email:String = null with get,set

    ///<summary>
    ///Stellt eine Anbindung zum ELSTER Online Portal (EOP) dar.
    ///</summary>
    [<Api(Description="Stellt eine Anbindung zum ELSTER Online Portal (EOP) dar.")>]
    [<AllowNullLiteral>]
    type EOP() = 
        member val Transferausgabe:String = null with get,set

    ///<summary>
    ///Represents a portal certificate that is protected by a password.
    ///</summary>
    [<Api(Description="Represents a portal certificate that is protected by a password.")>]
    [<AllowNullLiteral>]
    type PortalCertificate() = 
        inherit FileBase()
        ///<summary>
        ///The unique identifier of the certificate.
        ///</summary>
        [<ApiMember(Description="The unique identifier of the certificate.")>]
        member val Id:Guid = new Guid() with get,set

        ///<summary>
        ///The position of the certificate element in an indexed collection of certificates.
        ///</summary>
        [<ApiMember(Description="The position of the certificate element in an indexed collection of certificates.")>]
        member val Index:Int32 = new Int32() with get,set

        ///<summary>
        ///The password to protect the certificate from unauthorized access.
        ///</summary>
        [<StringLength(255)>]
        [<ApiMember(Description="The password to protect the certificate from unauthorized access.")>]
        member val Pin:String = null with get,set

        ///<summary>
        ///The description of the certificate.
        ///</summary>
        [<StringLength(Int32.MaxValue)>]
        [<ApiMember(Description="The description of the certificate.")>]
        member val Description:String = null with get,set

        ///<summary>
        ///Tags that can be used to label or identify the certificate.
        ///</summary>
        [<ApiMember(Description="Tags that can be used to label or identify the certificate.")>]
        member val Tags:ResizeArray<String> = new ResizeArray<String>() with get,set

        ///<summary>
        ///Gets or sets the file name of the certificate.
        ///</summary>
        [<ApiMember(Description="Gets or sets the file name of the certificate.")>]
        member val Name:String = null with get,set

        ///<summary>
        ///The raw data content of the file.
        ///</summary>
        [<ApiMember(Description="The raw data content of the file.", Name="Content")>]
        member val Content:Byte[] = [||] with get,set

    ///<summary>
    ///Submits a VAT registration (Umsatzsteueranmeldung) for 2021 and files in the XML content as an Entrepreneur
    ///</summary>
    [<Api(Description="Submits a VAT registration (Umsatzsteueranmeldung) for 2021 and files in the XML content as an Entrepreneur")>]
    [<AllowNullLiteral>]
    type SubmitUmsatzsteueranmeldung2021AsEntrepreneurBase() = 
        interface IPost
        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

    ///<summary>
    ///Stellt den Zeitraum für eine Anmeldung dar
    ///</summary>
    type AnmeldungZeitraum =
        | ZR01 = 1
        | ZR02 = 2
        | ZR03 = 3
        | ZR04 = 4
        | ZR05 = 5
        | ZR06 = 6
        | ZR07 = 7
        | ZR08 = 8
        | ZR09 = 9
        | ZR10 = 10
        | ZR11 = 11
        | ZR12 = 12
        | ZR41 = 41
        | ZR42 = 42
        | ZR43 = 43
        | ZR44 = 44

    ///<summary>
    ///Stellt den Pflichtkennzahl Kz09 dar, welche die Angabe diverser Informationen ermöglicht. Beispiele: 74931 74931*Name Berater*Berufsbezeichnung*** 74931*****Name Mandant 74931***Tel.Nr:Berater/Vorwahl*Tel.Nr:Berater/Anschluss*Name Mandant
    ///</summary>
    [<Api(Description="Stellt den Pflichtkennzahl Kz09 dar, welche die Angabe diverser Informationen ermöglicht. Beispiele: 74931 74931*Name Berater*Berufsbezeichnung*** 74931*****Name Mandant 74931***Tel.Nr:Berater/Vorwahl*Tel.Nr:Berater/Anschluss*Name Mandant")>]
    [<AllowNullLiteral>]
    type Kz09() = 
        ///<summary>
        ///Die Bezeichnung des Softwareherstellers (Pflicht), über dessen Software die Steuererklärung oder (Vor)anmeldung abgegeben wird. Die Bezeichnung muss 5-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Bezeichnung des Softwareherstellers (Pflicht), über dessen Software die Steuererklärung oder (Vor)anmeldung abgegeben wird. Die Bezeichnung muss 5-stellig sein.", IsRequired=true, Name="HerstellerId")>]
        member val HerstellerId:Int32 = new Int32() with get,set

        ///<summary>
        ///Der Name des Beraters, welcher die Steuererklärung oder (Vor)anmeldung abgegeben wird. Das Name des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Name des Beraters, welcher die Steuererklärung oder (Vor)anmeldung abgegeben wird. Das Name des Beraters kann von 0- bis 85-stellig sein.", Name="BeraterName")>]
        member val BeraterName:String = null with get,set

        ///<summary>
        ///Die Berufbezeichnung des Beraters. Die Berufbezeichnung des Beraterskann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Berufbezeichnung des Beraters. Die Berufbezeichnung des Beraterskann von 0- bis 85-stellig sein.", Name="Berufsbezeichnung")>]
        member val Berufsbezeichnung:String = null with get,set

        ///<summary>
        ///Die Telefonnummervorwahl des Beraters. Die Telefonnummervorwahl des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Die Telefonnummervorwahl des Beraters. Die Telefonnummervorwahl des Beraters kann von 0- bis 85-stellig sein.", Name="Berufsbezeichnung")>]
        member val BeraterTelNrVorwahl:String = null with get,set

        ///<summary>
        ///Der Telefonnummeranschluss des Beraters. Der Telefonnummeranschluss des Beraters kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Telefonnummeranschluss des Beraters. Der Telefonnummeranschluss des Beraters kann von 0- bis 85-stellig sein.", Name="BeraterTelNrAnschluss")>]
        member val BeraterTelNrAnschluss:String = null with get,set

        ///<summary>
        ///Der Name des Mandanten. Der Name des Mandanten kann von 0- bis 85-stellig sein.
        ///</summary>
        [<ApiMember(Description="Der Name des Mandanten. Der Name des Mandanten kann von 0- bis 85-stellig sein.", Name="MandantName")>]
        member val MandantName:String = null with get,set

    ///<summary>
    ///Specifies an integer data type with limits and a specialized string representation
    ///</summary>
    [<Api(Description="Specifies an integer data type with limits and a specialized string representation")>]
    [<AllowNullLiteral>]
    type Ganzzahl() = 
        ///<summary>
        ///The intrinsic integer value.
        ///</summary>
        [<ApiMember(Description="The intrinsic integer value.")>]
        member val Wert:Int32 = new Int32() with get,set

    ///<summary>
    ///Represents an integer data type whose value has a maximum length of 1 digit. Minus sign allowed.
    ///</summary>
    [<Api(Description="Represents an integer data type whose value has a maximum length of 1 digit. Minus sign allowed.")>]
    [<AllowNullLiteral>]
    type Ganzzahl1EN() = 
        inherit Ganzzahl()
        ///<summary>
        ///The intrinsic integer value.
        ///</summary>
        [<ApiMember(Description="The intrinsic integer value.")>]
        member val Wert:Int32 = new Int32() with get,set

    ///<summary>
    ///Specifies an amount of money without cents with limits and a specialized string representation
    ///</summary>
    [<Api(Description="Specifies an amount of money without cents with limits and a specialized string representation")>]
    [<AllowNullLiteral>]
    type GrossGeldBetragOhneCent() = 
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Int64 = new Int64() with get,set

    ///<summary>
    ///Represents an amount of money without cents whose value has a maximum length of 13 digits. That is, 1 to 13 digits. Minus sign allowed.
    ///</summary>
    [<Api(Description="Represents an amount of money without cents whose value has a maximum length of 13 digits. That is, 1 to 13 digits. Minus sign allowed.")>]
    [<AllowNullLiteral>]
    type GeldBetragOhneCent13EN() = 
        inherit GrossGeldBetragOhneCent()
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Int64 = new Int64() with get,set

    ///<summary>
    ///Specifies an amount of money with cents with limits and a specialized string representation
    ///</summary>
    [<Api(Description="Specifies an amount of money with cents with limits and a specialized string representation")>]
    [<AllowNullLiteral>]
    type GeldBetragMitCent() = 
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Double = new Double() with get,set

    ///<summary>
    ///Represents an amount of money with cents whose value has a maximum length of 13 digits. That is, 1 to 11 digits before the decimal separator and 2 digits after the decimal separator. Minus sign allowed.
    ///</summary>
    [<Api(Description="Represents an amount of money with cents whose value has a maximum length of 13 digits. That is, 1 to 11 digits before the decimal separator and 2 digits after the decimal separator. Minus sign allowed.")>]
    [<AllowNullLiteral>]
    type GeldBetragMitCent11EN() = 
        inherit GeldBetragMitCent()
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Double = new Double() with get,set

    ///<summary>
    ///Represents an unsigned amount of money with cents whose value has a maximum length of 13 digits. That is, 1 to 11 digits before the decimal separator and 2 digits after the decimal separator. Minus sign NOT allowed.
    ///</summary>
    [<Api(Description="Represents an unsigned amount of money with cents whose value has a maximum length of 13 digits. That is, 1 to 11 digits before the decimal separator and 2 digits after the decimal separator. Minus sign NOT allowed.")>]
    [<AllowNullLiteral>]
    type PositiverGeldBetragMitCent11EN() = 
        inherit GeldBetragMitCent()
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Double = new Double() with get,set

    ///<summary>
    ///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.
    ///</summary>
    [<Api(Description="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.")>]
    [<AllowNullLiteral>]
    type PositiverGeldBetragMitCent13EN() = 
        inherit GeldBetragMitCent()
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Double = new Double() with get,set

    ///<summary>
    ///Represents an unsigned amount of money without cents whose value has a maximum length of 13 digits. That is, 1 to 13 digits. Minus sign NOT allowed.
    ///</summary>
    [<Api(Description="Represents an unsigned amount of money without cents whose value has a maximum length of 13 digits. That is, 1 to 13 digits. Minus sign NOT allowed.")>]
    [<AllowNullLiteral>]
    type PositiverGeldBetragOhneCent13EN() = 
        inherit GrossGeldBetragOhneCent()
        ///<summary>
        ///The intrinsic currency value.
        ///</summary>
        [<ApiMember(Description="The intrinsic currency value.")>]
        member val Wert:Int64 = new Int64() with get,set

    ///<summary>
    ///Umsatzsteuervoranmeldung für 2021 (Preliminary VAT declaration for 2021).
    ///</summary>
    [<Api(Description="Umsatzsteuervoranmeldung für 2021 (Preliminary VAT declaration for 2021).")>]
    [<AllowNullLiteral>]
    type Umsatzsteuervoranmeldung2021() = 
        ///<summary>
        ///Das Jahr der Veranlagung.
        ///</summary>
        [<ApiMember(Description="Das Jahr der Veranlagung.", IsRequired=true, Name="Jahr")>]
        member val Jahr:Int32 = new Int32() with get,set

        ///<summary>
        ///Anmeldungszeitraum.
        ///</summary>
        [<ApiMember(Description="Anmeldungszeitraum.", IsRequired=true, Name="Zeitraum")>]
        member val Zeitraum:Nullable<AnmeldungZeitraum> = new Nullable<AnmeldungZeitraum>() with get,set

        ///<summary>
        ///Steuernummer
        ///</summary>
        [<ApiMember(Description="Steuernummer", IsRequired=true, Name="Steuernummer")>]
        member val Steuernummer:String = null with get,set

        ///<summary>
        ///Pflichtkennzahl, welche die Angabe diverser Informationen ermöglicht.
        ///</summary>
        [<ApiMember(Description="Pflichtkennzahl, welche die Angabe diverser Informationen ermöglicht.", IsRequired=true, Name="Kz09")>]
        member val Kz09:Kz09 = null with get,set

        ///<summary>
        ///Berichtigte Anmeldung
        ///</summary>
        [<ApiMember(Description="Berichtigte Anmeldung", Name="Kz10")>]
        member val Kz10:Ganzzahl1EN = null with get,set

        ///<summary>
        ///Nicht steuerbare sonstige Leistungen gemäß § 18b Satz 1 Nummer 2 UStG
        ///</summary>
        [<ApiMember(Description="Nicht steuerbare sonstige Leistungen gemäß § 18b Satz 1 Nummer 2 UStG", Name="Kz21")>]
        member val Kz21:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Belege
        ///</summary>
        [<ApiMember(Description="Belege", Name="Kz22")>]
        member val Kz22:Ganzzahl1EN = null with get,set

        ///<summary>
        ///Über die Angaben in der Steueranmeldung hinaus sind weitere oder abweichende Angaben oder Sachverhalte zu berücksichtigen
        ///</summary>
        [<ApiMember(Description="Über die Angaben in der Steueranmeldung hinaus sind weitere oder abweichende Angaben oder Sachverhalte zu berücksichtigen", Name="Kz23")>]
        member val Kz23:Ganzzahl1EN = null with get,set

        ///<summary>
        ///Ergänzende Angaben zur Steueranmeldung
        ///</summary>
        [<ApiMember(Description="Ergänzende Angaben zur Steueranmeldung", Name="Kz23_Begruendung")>]
        member val Kz23_Begruendung:String = null with get,set

        ///<summary>
        ///Das SEPA-Lastschriftmandat wird ausnahmsweise (zum Beispiel wegen Verrechnungswünschen) für diesen Voranmeldungszeitraum widerrufen (falls ja, bitte eine 1 eintragen). Ein gegebenenfalls verbleibender Restbetrag ist gesondert zu entrichten.
        ///</summary>
        [<ApiMember(Description="Das SEPA-Lastschriftmandat wird ausnahmsweise (zum Beispiel wegen Verrechnungswünschen) für diesen Voranmeldungszeitraum widerrufen (falls ja, bitte eine 1 eintragen). Ein gegebenenfalls verbleibender Restbetrag ist gesondert zu entrichten.", Name="Kz26")>]
        member val Kz26:Ganzzahl1EN = null with get,set

        ///<summary>
        ///Verrechnung des Erstattungsbetrags erwünscht / Erstattungsbetrag ist abgetreten (falls ja, bitte eine 1 eintragen).
        ///</summary>
        [<ApiMember(Description="Verrechnung des Erstattungsbetrags erwünscht / Erstattungsbetrag ist abgetreten (falls ja, bitte eine 1 eintragen).", Name="Kz29")>]
        member val Kz29:Ganzzahl1EN = null with get,set

        ///<summary>
        ///zu anderen Steuersätzen (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="zu anderen Steuersätzen (Bemessungsgrundlage)", Name="Kz35")>]
        member val Kz35:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///zu anderen Steuersätzen (Steuer)
        ///</summary>
        [<ApiMember(Description="zu anderen Steuersätzen (Steuer)", Name="Kz36")>]
        member val Kz36:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Minderung der abziehbaren Vorsteuerbeträge (in der Zeile 55 aus Rechnungen von anderen Unternehmen (§ 15 Absatz 1 Satz 1 Nummer 1 UStG) sowie in den Zeilen 59 und 60 enthalten)
        ///</summary>
        [<ApiMember(Description="Minderung der abziehbaren Vorsteuerbeträge (in der Zeile 55 aus Rechnungen von anderen Unternehmen (§ 15 Absatz 1 Satz 1 Nummer 1 UStG) sowie in den Zeilen 59 und 60 enthalten)", Name="Kz37")>]
        member val Kz37:PositiverGeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Abzug der festgesetzten Sondervorauszahlung für Dauerfristverlängerung (in der Regel nur in der letzten Voranmeldung des Besteuerungszeitraums auszufüllen)
        ///</summary>
        [<ApiMember(Description="Abzug der festgesetzten Sondervorauszahlung für Dauerfristverlängerung (in der Regel nur in der letzten Voranmeldung des Besteuerungszeitraums auszufüllen)", Name="Kz39")>]
        member val Kz39:PositiverGeldBetragMitCent13EN = null with get,set

        ///<summary>
        ///Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) an Abnehmer mit Umsatzsteuer-Identifikationsnummer
        ///</summary>
        [<ApiMember(Description="Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) an Abnehmer mit Umsatzsteuer-Identifikationsnummer", Name="Kz41")>]
        member val Kz41:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Lieferungen des ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften (§ 25b UStG)
        ///</summary>
        [<ApiMember(Description="Lieferungen des ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften (§ 25b UStG)", Name="Kz42")>]
        member val Kz42:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Weitere steuerfreie Umsätze mit Vorsteuerabzug (zum Beispiel Ausfuhrlieferungen, Umsätze nach § 4 Nummer 2 bis 7 UStG)
        ///</summary>
        [<ApiMember(Description="Weitere steuerfreie Umsätze mit Vorsteuerabzug (zum Beispiel Ausfuhrlieferungen, Umsätze nach § 4 Nummer 2 bis 7 UStG)", Name="Kz43")>]
        member val Kz43:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) neuer Fahrzeuge an Abnehmer ohne Umsatzsteuer-Identifikationsnummer
        ///</summary>
        [<ApiMember(Description="Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) neuer Fahrzeuge an Abnehmer ohne Umsatzsteuer-Identifikationsnummer", Name="Kz44")>]
        member val Kz44:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Übrige nicht steuerbare Umsätze (Leistungsort nicht im Inland)
        ///</summary>
        [<ApiMember(Description="Übrige nicht steuerbare Umsätze (Leistungsort nicht im Inland)", Name="Kz45")>]
        member val Kz45:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Sonstige Leistungen nach § 3a Absatz 2 UStG eines im übrigen Gemeinschaftsgebiet ansässigen Unternehmers (§ 13b Absatz 1 UStG) (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="Sonstige Leistungen nach § 3a Absatz 2 UStG eines im übrigen Gemeinschaftsgebiet ansässigen Unternehmers (§ 13b Absatz 1 UStG) (Bemessungsgrundlage)", Name="Kz46")>]
        member val Kz46:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Sonstige Leistungen nach § 3a Absatz 2 UStG eines im übrigen Gemeinschaftsgebiet ansässigen Unternehmers (§ 13b Absatz 1 UStG) (Steuer)
        ///</summary>
        [<ApiMember(Description="Sonstige Leistungen nach § 3a Absatz 2 UStG eines im übrigen Gemeinschaftsgebiet ansässigen Unternehmers (§ 13b Absatz 1 UStG) (Steuer)", Name="Kz47")>]
        member val Kz47:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Steuerfreie Umsätze ohne Vorsteuerabzug (zum Beispiel Umsätze nach § 4 Nummer 8 bis 29 UStG)
        ///</summary>
        [<ApiMember(Description="Steuerfreie Umsätze ohne Vorsteuerabzug (zum Beispiel Umsätze nach § 4 Nummer 8 bis 29 UStG)", Name="Kz48")>]
        member val Kz48:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) neuer Fahrzeuge außerhalb eines Unternehmens (§ 2a UStG)
        ///</summary>
        [<ApiMember(Description="Innergemeinschaftliche Lieferungen (§ 4 Nummer 1 Buchstabe b UStG) neuer Fahrzeuge außerhalb eines Unternehmens (§ 2a UStG)", Name="Kz49")>]
        member val Kz49:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Minderung der Bemessungsgrundlage (in den Zeilen 20 bis 24 enthalten)
        ///</summary>
        [<ApiMember(Description="Minderung der Bemessungsgrundlage (in den Zeilen 20 bis 24 enthalten)", Name="Kz50")>]
        member val Kz50:PositiverGeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///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)
        ///</summary>
        [<ApiMember(Description="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)", Name="Kz59")>]
        member val Kz59:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Steuerpflichtige Umsätze des leistenden Unternehmers, für die der Leistungsempfänger die Steuer nach § 13b Absatz 5 UStG schuldet
        ///</summary>
        [<ApiMember(Description="Steuerpflichtige Umsätze des leistenden Unternehmers, für die der Leistungsempfänger die Steuer nach § 13b Absatz 5 UStG schuldet", Name="Kz60")>]
        member val Kz60:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Vorsteuerbeträge aus dem innergemeinschaftlichen Erwerb von Gegenständen (§ 15 Absatz 1 Satz 1 Nummer 3 UStG)
        ///</summary>
        [<ApiMember(Description="Vorsteuerbeträge aus dem innergemeinschaftlichen Erwerb von Gegenständen (§ 15 Absatz 1 Satz 1 Nummer 3 UStG)", Name="Kz61")>]
        member val Kz61:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Entstandene Einfuhrumsatzsteuer (§ 15 Absatz 1 Satz 1 Nummer 2 UStG))
        ///</summary>
        [<ApiMember(Description="Entstandene Einfuhrumsatzsteuer (§ 15 Absatz 1 Satz 1 Nummer 2 UStG))", Name="Kz62")>]
        member val Kz62:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Vorsteuerbeträge, die nach allgemeinen Durchschnittssätzen berechnet sind (§§ 23 und 23a UStG)
        ///</summary>
        [<ApiMember(Description="Vorsteuerbeträge, die nach allgemeinen Durchschnittssätzen berechnet sind (§§ 23 und 23a UStG)", Name="Kz63")>]
        member val Kz63:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Berichtigung des Vorsteuerabzugs (§ 15a UStG)
        ///</summary>
        [<ApiMember(Description="Berichtigung des Vorsteuerabzugs (§ 15a UStG)", Name="Kz64")>]
        member val Kz64:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Steuer infolge des Wechsels der Besteuerungsform sowie Nachsteuer auf versteuerte Anzahlungen und ähnlichem wegen Steuersatzänderung
        ///</summary>
        [<ApiMember(Description="Steuer infolge des Wechsels der Besteuerungsform sowie Nachsteuer auf versteuerte Anzahlungen und ähnlichem wegen Steuersatzänderung", Name="Kz65")>]
        member val Kz65:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Vorsteuerbeträge aus Rechnungen von anderen Unternehmern (§ 15 Absatz 1 Satz 1 Nummer 1 UStG),  aus Leistungen im Sinne des § 13a Absatz 1 Nummer 6 UStG (§ 15 Absatz 1 Satz 1 Nummer 5 UStG) und aus innergemeinschaftlichen Dreiecksgeschäften (§ 25b Absatz 5 UStG)
        ///</summary>
        [<ApiMember(Description="Vorsteuerbeträge aus Rechnungen von anderen Unternehmern (§ 15 Absatz 1 Satz 1 Nummer 1 UStG),  aus Leistungen im Sinne des § 13a Absatz 1 Nummer 6 UStG (§ 15 Absatz 1 Satz 1 Nummer 5 UStG) und aus innergemeinschaftlichen Dreiecksgeschäften (§ 25b Absatz 5 UStG)", Name="Kz66")>]
        member val Kz66:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Vorsteuerbeträge aus Leistungen im Sinne des § 13b UStG (§ 15 Absatz 1 Satz 1 Nummer 4 UStG)
        ///</summary>
        [<ApiMember(Description="Vorsteuerbeträge aus Leistungen im Sinne des § 13b UStG (§ 15 Absatz 1 Satz 1 Nummer 4 UStG)", Name="Kz67")>]
        member val Kz67:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///In Rechnungen unrichtig oder unberechtigt ausgewiesene Steuerbeträge (§ 14c UStG) sowie Steuerbeträge, die nach § 6a Absatz 4 Satz 2, § 17 Absatz 1 Satz 7, § 25b Absatz 2 UStG oder von einem Auslagerer oder Lagerhalter nach § 13a Absatz 1 Nummer 6 UStG geschuldet werden
        ///</summary>
        [<ApiMember(Description="In Rechnungen unrichtig oder unberechtigt ausgewiesene Steuerbeträge (§ 14c UStG) sowie Steuerbeträge, die nach § 6a Absatz 4 Satz 2, § 17 Absatz 1 Satz 7, § 25b Absatz 2 UStG oder von einem Auslagerer oder Lagerhalter nach § 13a Absatz 1 Nummer 6 UStG geschuldet werden", Name="Kz69")>]
        member val Kz69:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Umsätze, die unter das GrEStG fallen (§ 13b Absatz 2 Nummer 3 UStG) (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="Umsätze, die unter das GrEStG fallen (§ 13b Absatz 2 Nummer 3 UStG) (Bemessungsgrundlage)", Name="Kz73")>]
        member val Kz73:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Umsätze, die unter das GrEStG fallen (§ 13b Absatz 2 Nummer 3 UStG) (Steuer)
        ///</summary>
        [<ApiMember(Description="Umsätze, die unter das GrEStG fallen (§ 13b Absatz 2 Nummer 3 UStG) (Steuer)", Name="Kz74")>]
        member val Kz74:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Umsätze, für die eine Steuer nach § 24 UStG zu entrichten ist (Sägewerkserzeugnisse, Getränke und alkoholische Flüssigkeiten, zum Beispiel Wein) (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="Umsätze, für die eine Steuer nach § 24 UStG zu entrichten ist (Sägewerkserzeugnisse, Getränke und alkoholische Flüssigkeiten, zum Beispiel Wein) (Bemessungsgrundlage)", Name="Kz76")>]
        member val Kz76:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Lieferungen land- und forstwirtschaftlicher Betriebe nach § 24 UStG an Abnehmer mit Umsatzsteuer-Identifikationsnummer
        ///</summary>
        [<ApiMember(Description="Lieferungen land- und forstwirtschaftlicher Betriebe nach § 24 UStG an Abnehmer mit Umsatzsteuer-Identifikationsnummer", Name="Kz77")>]
        member val Kz77:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Umsätze, für die eine Steuer nach § 24 UStG zu entrichten ist (Sägewerkserzeugnisse, Getränke und alkoholische Flüssigkeiten, zum Beispiel Wein) (Steuer)
        ///</summary>
        [<ApiMember(Description="Umsätze, für die eine Steuer nach § 24 UStG zu entrichten ist (Sägewerkserzeugnisse, Getränke und alkoholische Flüssigkeiten, zum Beispiel Wein) (Steuer)", Name="Kz80")>]
        member val Kz80:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///zum Steuersatz von 19 Prozent
        ///</summary>
        [<ApiMember(Description="zum Steuersatz von 19 Prozent", Name="Kz81")>]
        member val Kz81:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Verbleibende Umsatzsteuer-Vorauszahlung beziehungsweise verbleibender Überschuss
        ///</summary>
        [<ApiMember(Description="Verbleibende Umsatzsteuer-Vorauszahlung beziehungsweise verbleibender Überschuss", IsRequired=true, Name="Kz83")>]
        member val Kz83:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///Andere Leistungen (§ 13b Absatz 2 Nummer 1, 2, 4 bis 12 UStG) (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="Andere Leistungen (§ 13b Absatz 2 Nummer 1, 2, 4 bis 12 UStG) (Bemessungsgrundlage)", Name="Kz84")>]
        member val Kz84:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Andere Leistungen (§ 13b Absatz 2 Nummer 1, 2, 4 bis 12 UStG) (Steuer)
        ///</summary>
        [<ApiMember(Description="Andere Leistungen (§ 13b Absatz 2 Nummer 1, 2, 4 bis 12 UStG) (Steuer)", Name="Kz85")>]
        member val Kz85:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///zum Steuersatz von 7 Prozent
        ///</summary>
        [<ApiMember(Description="zum Steuersatz von 7 Prozent", Name="Kz86")>]
        member val Kz86:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///zum Steuersatz von 19 Prozent
        ///</summary>
        [<ApiMember(Description="zum Steuersatz von 19 Prozent", Name="Kz89")>]
        member val Kz89:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Steuerfreie innergemeinschaftliche Erwerbe von bestimmten Gegenständen und Anlagegold (§§ 4b und 25c UStG)
        ///</summary>
        [<ApiMember(Description="Steuerfreie innergemeinschaftliche Erwerbe von bestimmten Gegenständen und Anlagegold (§§ 4b und 25c UStG)", Name="Kz91")>]
        member val Kz91:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///zum Steuersatz von 7 Prozent
        ///</summary>
        [<ApiMember(Description="zum Steuersatz von 7 Prozent", Name="Kz93")>]
        member val Kz93:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///Erwerbe nach §§ 4b und 25c UStG
        ///</summary>
        [<ApiMember(Description="Erwerbe nach §§ 4b und 25c UStG", Name="Kz94")>]
        member val Kz94:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///zu anderen Steuersätzen (Bemessungsgrundlage)
        ///</summary>
        [<ApiMember(Description="zu anderen Steuersätzen (Bemessungsgrundlage)", Name="Kz95")>]
        member val Kz95:GeldBetragOhneCent13EN = null with get,set

        ///<summary>
        ///neuer Fahrzeuge (§ 1b Absatz 2 und 3 UStG) von Lieferern ohne Umsatzsteuer-Identifikationsnummer zum allgemeinen Steuersatz (Steuer)
        ///</summary>
        [<ApiMember(Description="neuer Fahrzeuge (§ 1b Absatz 2 und 3 UStG) von Lieferern ohne Umsatzsteuer-Identifikationsnummer zum allgemeinen Steuersatz (Steuer)", Name="Kz96")>]
        member val Kz96:GeldBetragMitCent11EN = null with get,set

        ///<summary>
        ///zu anderen Steuersätzen (Steuer)
        ///</summary>
        [<ApiMember(Description="zu anderen Steuersätzen (Steuer)", Name="Kz98")>]
        member val Kz98:GeldBetragMitCent11EN = null with get,set

    ///<summary>
    ///Submits the preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021.
    ///</summary>
    [<Api(Description="Submits the preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021.")>]
    [<AllowNullLiteral>]
    type SubmitUStVa2021AsEntrepreneurBase() = 
        inherit SubmitUmsatzsteueranmeldung2021AsEntrepreneurBase()
        ///<summary>
        ///Die Umsatzsteuervoranmeldung (The preliminary VAT return).
        ///</summary>
        [<ApiMember(Description="Die Umsatzsteuervoranmeldung (The preliminary VAT return).", IsRequired=true, Name="Umsatzsteuervoranmeldung")>]
        member val Umsatzsteuervoranmeldung:Umsatzsteuervoranmeldung2021 = null with get,set

        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

    ///<summary>
    ///An asynchronous service to submit an preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021.
    ///</summary>
    [<Api(Description="An asynchronous service to submit an preliminary VAT return (Umsatzsteuervoranmeldung) as an Entrepreneur for 2021.")>]
    [<AllowNullLiteral>]
    type SubmitUStVa2021AsEntrepreneurAsync() = 
        inherit SubmitUStVa2021AsEntrepreneurBase()
        ///<summary>
        ///Die Umsatzsteuervoranmeldung (The preliminary VAT return).
        ///</summary>
        [<ApiMember(Description="Die Umsatzsteuervoranmeldung (The preliminary VAT return).", IsRequired=true, Name="Umsatzsteuervoranmeldung")>]
        member val Umsatzsteuervoranmeldung:Umsatzsteuervoranmeldung2021 = null with get,set

        ///<summary>
        ///Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).
        ///</summary>
        [<ApiMember(Description="Natürliche Person, welche die Software bedient, bzw. in deren Namen die Software bedient wird, um die Daten zu übersenden (Natural person who operates the software or under whose name the software is operated in order to transmit the data).", IsRequired=true, Name="DatenLieferant")>]
        member val DatenLieferant:DatenLieferant = null with get,set

        ///<summary>
        ///Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).
        ///</summary>
        [<ApiMember(Description="Der natürliche oder jüritische Person, der den Steuerfall bearbeitet und abgibt (The natural or legal person who processes and submits the tax case).", Name="Unternehmer")>]
        member val Unternehmer:Unternehmer = null with get,set

        ///<summary>
        ///Das Datum der Erstellung (Date of creation).
        ///</summary>
        [<ApiMember(Description="Das Datum der Erstellung (Date of creation).", IsRequired=true, Name="Erstellungsdatum")>]
        member val Erstellungsdatum:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        ///<summary>
        ///Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).
        ///</summary>
        [<ApiMember(Description="Die vierstellige Bundesfinanzamtsnummer des empfangenden Finanzamtes (The four-digit federal tax office number of the receiving tax office).", IsRequired=true, Name="Bundesfinanzamtsnummer")>]
        member val Bundesfinanzamtsnummer:String = null with get,set

        ///<summary>
        ///Die Anbindung zum ELSTER Online Portal (EOP).
        ///</summary>
        [<ApiMember(Description="Die Anbindung zum ELSTER Online Portal (EOP).", Name="EOP")>]
        member val EOP:EOP = null with get,set

        ///<summary>
        ///Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.
        ///</summary>
        [<ApiMember(Description="Should the PDF file be prepared for a double-sided printout with a margin for punching?.  True: The straight sides are indented to the left for a stitching margin for punching. False: There is no indentation of the straight sides. The created PDF is only intended for printing pages page by page.", Name="DuplexDruck")>]
        member val DuplexDruck:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        ///<summary>
        ///Name prefix of the generated transfer protocol file.
        ///</summary>
        [<ApiMember(Description="Name prefix of the generated transfer protocol file.", IsRequired=true, Name="ProtocolPrefix")>]
        member val ProtocolPrefix:String = null with get,set

        ///<summary>
        ///Footer text to be used on the printout (optional).
        ///</summary>
        [<ApiMember(Description="Footer text to be used on the printout (optional).", Name="FussText")>]
        member val FussText:String = null with get,set

        ///<summary>
        ///The authentification certificate.
        ///</summary>
        [<ApiMember(Description="The authentification certificate.", IsRequired=true, Name="Zertifikat")>]
        member val Zertifikat:PortalCertificate = null with get,set

        ///<summary>
        ///Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.
        ///</summary>
        [<ApiMember(Description="Gets or sets the retrieval code. This value MUST be given for the tax operation ElsterDatenabholung and tax data type ElsterVaStDaten, for which a SoftPSE certificate is used to sign.In other cases a null value should be given. It consists of 2 x 5 characters, which are joined by  '-'. Example: 'K6FG5 - RS32P'.", Name="AbrufCode")>]
        member val AbrufCode:String = null with get,set

F# SubmitUStVa2021AsEntrepreneurAsync DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /SubmitUStVa2021AsEntrepreneurAsync HTTP/1.1 
Host: taxfiling.pwc.de 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"umsatzsteuervoranmeldung":{"jahr":0,"zeitraum":"0","steuernummer":"String","kz09":{"herstellerId":0,"beraterName":"String","berufsbezeichnung":"String","beraterTelNrVorwahl":"String","beraterTelNrAnschluss":"String","mandantName":"String"},"kz10":{"wert":0},"kz21":{"wert":0},"kz22":{"wert":0},"kz23":{"wert":0},"kz23_Begruendung":"String","kz26":{"wert":0},"kz29":{"wert":0},"kz35":{"wert":0},"kz36":{"wert":0},"kz37":{"wert":0},"kz39":{"wert":0},"kz41":{"wert":0},"kz42":{"wert":0},"kz43":{"wert":0},"kz44":{"wert":0},"kz45":{"wert":0},"kz46":{"wert":0},"kz47":{"wert":0},"kz48":{"wert":0},"kz49":{"wert":0},"kz50":{"wert":0},"kz59":{"wert":0},"kz60":{"wert":0},"kz61":{"wert":0},"kz62":{"wert":0},"kz63":{"wert":0},"kz64":{"wert":0},"kz65":{"wert":0},"kz66":{"wert":0},"kz67":{"wert":0},"kz69":{"wert":0},"kz73":{"wert":0},"kz74":{"wert":0},"kz76":{"wert":0},"kz77":{"wert":0},"kz80":{"wert":0},"kz81":{"wert":0},"kz83":{"wert":0},"kz84":{"wert":0},"kz85":{"wert":0},"kz86":{"wert":0},"kz89":{"wert":0},"kz91":{"wert":0},"kz93":{"wert":0},"kz94":{"wert":0},"kz95":{"wert":0},"kz96":{"wert":0},"kz98":{"wert":0}},"datenLieferant":{"name":"String","strasse":"String","plz":"String","ort":"String","telefon":"String","email":"String"},"unternehmer":{"bezeichnung":"String","name":"String","vorname":"String","namensvorsatz":"String","namenszusatz":"String","str":"String","hausnummer":"String","hNrZusatz":"String","anschriftenZusatz":"String","ort":"String","plz":"String","auslandsPLZ":"String","land":"String","postfachOrt":"String","postfach":"String","postfachPLZ":"String","gkplz":"String","telefon":"String","email":"String"},"erstellungsdatum":"\/Date(-62135596800000-0000)\/","bundesfinanzamtsnummer":"String","eop":{"transferausgabe":"String"},"duplexDruck":false,"protocolPrefix":"String","fussText":"String","zertifikat":{"id":"00000000000000000000000000000000","index":0,"pin":"String","description":"String","tags":["String"],"name":"String","content":"AA=="},"abrufCode":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"rueckgabe":{"erfolg":{"telenummer":["String"],"ordnungsbegriffe":["String"]},"transfers":{"transferList":[{"transferTicket":"String"}]},"fehlerRegelpruefungen":[{"nutzdatenticket":"String","feldidentifikator":"String","mehrfachzeilenindex":"String","lfdNrVordruck":"String","vordruckZeilennummer":"String","semantischeIndexes":[{"name":"String","value":"String"}],"untersachbereich":"String","privateKennnummer":"String","regelName":"String","fachlicheFehlerId":"String","text":"String"}],"hinweise":[{"nutzdatenticket":"String","feldidentifikator":"String","mehrfachzeilenindex":"String","lfdNrVordruck":"String","vordruckZeilennummer":"String","semantischeIndexes":[{"name":"String","value":"String"}],"untersachbereich":"String","privateKennnummer":"String","regelName":"String","fachlicheHinweisId":"String","text":"String"}]},"serverantwort":{"transferHeader":{"version":"String","verfahren":"ElsterAnmeldung","datenArt":"34a","vorgang":"send-Auth","transferTicket":"String","testmerker":"0","sigUser":{"inhalt":{}},"empfaenger":{"id":"String","ziel":"BW"},"herstellerID":"String","datenLieferant":"String","eingangsDatum":"\/Date(-62135596800000-0000)\/","datei":{"verschluesselung":"PKCS#7v1.5","kompression":"GZIP","transportSchluessel":"String","erstellung":{"eric":{"inhalt":{}}}},"rc":{"rueckgabe":{"code":"String","text":"String"},"stack":{"code":"String","text":"String"}},"versionClient":"String","zusatz":{"infos":["String"],"elsterInfos":["String"]}},"datenTeil":{"nutzdatenbloecke":[{"nutzdatenHeader":{"version":"String","nutzdatenTicket":"String","empfaenger":{"id":"L","value":"String"},"hersteller":{"produktName":"String","produktVersion":"String"},"datenLieferant":"String","rc":{"rueckgabe":{"code":"String","text":"String"},"stack":{"code":"String","text":"String"}},"zusatz":{"infos":["String"],"elsterInfos":["String"]}},"nutzdaten":{"inhalt":{}}}]}},"transferProtocols":[{"metadata":{"name":"String","fullName":"String","lastAccessTime":"\/Date(-62135596800000-0000)\/","lastAccessTimeUtc":"\/Date(-62135596800000-0000)\/","lastWriteTime":"\/Date(-62135596800000-0000)\/","lastWriteTimeUtc":"\/Date(-62135596800000-0000)\/","length":0,"userId":0,"groupId":0,"othersCanRead":false,"groupCanExecute":false,"groupCanWrite":false,"groupCanRead":false,"ownerCanExecute":false,"ownerCanWrite":false,"ownerCanRead":false,"othersCanExecute":false,"othersCanWrite":false,"extensions":{"String":"String"}},"name":"String","content":"AA=="}],"statusCode":"ERIC_OK","statusText":"String","id":"String","index":0,"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}