(* Options: Date: 2026-05-19 09:52:08 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetProductByHash.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.MasterFile.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetProductByHashResponse() = /// ///Article Code, which is more of Reference Id /// [] member val articleCode:String = null with get,set /// ///Serial Number /// [] member val serialNumber:String = null with get,set [] [] type GetProductByHash() = interface IReturn /// ///Hash String /// [] member val hash:String = null with get,set