(* Options: Date: 2026-01-09 14:13:07 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://ean.smartdatasolutions.nl //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: EanCheckOnNumberRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace SDS.APIs.Legacy.EanCodeBook.ServiceInterface open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations /// ///Check if last six digits of the serial number of the smart meter belong to this ean /// [] [] [] type EanCheckOnNumberRequest() = /// ///Ean of the metering point /// [] member val Ean:String = null with get,set /// ///Last six digits of the smart meter serial number, format: integer number /// [] member val LastSixDigitsOfNumber:String = null with get,set