' Options: 'Date: 2026-05-09 18:00:26 '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: BankRequest.* '''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 BankRequest Implements IReturn(Of BankResponse) Public Overridable Property notCaching As Boolean End Class Public Partial Class BankResponse Public Sub New() Liste = New List(Of bank) End Sub Public Overridable Property Liste As List(Of bank) End Class End Namespace Namespace FIBUdataServiceStack.ServiceModel.Models Public Partial Class bank Implements IPrimaryKey Implements IMandnr Implements IDel Implements ITableBaseErstelltAenderung Implements INutzerid Public Overridable Property BankID As Nullable(Of Long) Public Overridable Property _erstellt As Nullable(Of Date) Public Overridable Property _aenderung As Nullable(Of Date) Public Overridable Property Anlagedatum As Nullable(Of Date) Public Overridable Property ktotyp As Nullable(Of Integer) Public Overridable Property max_banktext As Nullable(Of Integer) Public Overridable Property abruf As Nullable(Of Integer) Public Overridable Property isRev As Nullable(Of Integer) Public Overridable Property isSepa As Nullable(Of Integer) Public Overridable Property buchungsdatum_isErfasst As Nullable(Of Integer) Public Overridable Property del As Nullable(Of Long) Public Overridable Property id_lokal As Nullable(Of Long) Public Overridable Property mandant As Nullable(Of Long) Public Overridable Property Art As Nullable(Of Long) Public Overridable Property FibuKonto As Nullable(Of Long) Public Overridable Property Bezeichnung As String Public Overridable Property bic As String Public Overridable Property BLZ As String Public Overridable Property GUID As String Public Overridable Property iban As String Public Overridable Property Konto As String Public Overridable Property pw As String Public Overridable Property userBLZ As String Public Overridable Property userKto As String Public Overridable Property wkz As String Public Overridable Property universal As String Public Overridable Property nutzerid As Nullable(Of Long) Public Overridable Property PrimaryKey As Nullable(Of Long) End Class Public Interface IDel Property del As Nullable(Of Long) End Interface Public Interface IMandnr Property mandant As Nullable(Of Long) End Interface Public Interface INutzerid Property nutzerid As Nullable(Of Long) End Interface Public Interface IPrimaryKey Property PrimaryKey As Nullable(Of Long) End Interface Public Interface ITableBaseErstelltAenderung Property _erstellt As Nullable(Of Date) Property _aenderung As Nullable(Of Date) End Interface End Namespace End Namespace