(* Options: Date: 2026-05-09 17:13:00 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ws4.fibudata.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetSaldenRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace FIBUdataServiceStack.ServiceModel.Messages open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetSaldenResponse() = member val AnfangSaldo:Nullable = new Nullable() with get,set member val EndSaldo:Nullable = new Nullable() with get,set [] [] type GetSaldenRequest() = interface IReturn member val start:Nullable = new Nullable() with get,set member val end:Nullable = new Nullable() with get,set member val BankIndex:Int64 = new Int64() with get,set