' Options: 'Date: 2026-05-09 21:05:36 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ws4.fibudata.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: OnlinehandelAbrechnungUebersichtRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports FIBUdataServiceStack.ServiceModel.Models Imports FIBUdataServiceStack.ServiceModel.Messages Namespace Global Namespace FIBUdataServiceStack.ServiceModel.Messages Public Partial Class OnlinehandelAbrechnungUebersichtRequest Implements IReturn(Of OnlinehandelAbrechnungUebersichtResponse) End Class Public Partial Class OnlinehandelAbrechnungUebersichtResponse Public Sub New() Liste = New List(Of onlinehandel_abrechnung) End Sub Public Overridable Property Liste As List(Of onlinehandel_abrechnung) End Class End Namespace Namespace FIBUdataServiceStack.ServiceModel.Models Public Interface IDel Property del As Nullable(Of Long) End Interface Public Interface IMandnr Property mandant As Nullable(Of Long) End Interface Public Interface IPrimaryKey Property PrimaryKey As Nullable(Of Long) End Interface Public Interface ITableBase Property id As Nullable(Of Long) Property _erstellt As Nullable(Of Date) Property _aenderung As Nullable(Of Date) End Interface Public Partial Class onlinehandel_abrechnung Inherits onlinehandel_abrechnung_light Public Sub New() geparste_results_keys = New Byte(){} geparste_results_values = New Byte(){} End Sub Public Overridable Property geparste_results_keys As Byte() Public Overridable Property geparste_results_values As Byte() End Class Public Partial Class onlinehandel_abrechnung_light Implements IPrimaryKey Implements IMandnr Implements IDel Implements ITableBase Public Overridable Property id As Nullable(Of Long) Public Overridable Property mandant As Nullable(Of Long) Public Overridable Property del As Nullable(Of Long) Public Overridable Property bezeichnung As String Public Overridable Property guid As String Public Overridable Property parent_guid As String Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property nutzer_id As Nullable(Of Long) Public Overridable Property in_arbeit As Nullable(Of Long) Public Overridable Property ausgewaehlte_treffertypen As String Public Overridable Property ausgewaehlte_zahlsysteme As String Public Overridable Property zip_dateiname As String Public Overridable Property exportdatum As Nullable(Of Date) Public Overridable Property PrimaryKey As Nullable(Of Long) End Class End Namespace End Namespace