(* Options: Date: 2026-05-09 21:03:59 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: WaehrungskurseAbfragenRequest.* //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 waehrungskurse() = member val id:Nullable = new Nullable() with get,set member val iso4217:String = null with get,set member val datum:Nullable = new Nullable() with get,set member val betrag:Nullable = new Nullable() with get,set member val del:Nullable = new Nullable() with get,set member val _erstellt:Nullable = new Nullable() with get,set member val _aenderung:Nullable = new Nullable() with get,set [] member val PrimaryKey:Nullable = new Nullable() with get,set [] type IPrimaryKey = abstract PrimaryKey:Nullable with get,set [] type IDel = abstract del:Nullable with get,set [] type ITableBase = abstract id:Nullable with get,set abstract _erstellt:Nullable with get,set abstract _aenderung:Nullable with get,set [] type WaehrungskurseAbfragenResponse() = member val ResultDictionary:Dictionary = new Dictionary() with get,set [] [] type WaehrungskurseAbfragenRequest() = interface IReturn member val Von:Nullable = new Nullable() with get,set member val Bis:Nullable = new Nullable() with get,set member val Waehrung:String = null with get,set