(* Options: Date: 2025-12-05 23:56:46 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://staging-api.my1stchoicefs.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: AuctionAvailability.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace FirstChoice.API.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type AuctionAvailabilityResponse() = member val DealerId:Guid = new Guid() with get,set member val DealerName:String = null with get,set member val Result:Double = new Double() with get,set [] type AuctionAvailability() = interface IReturn>