(* Options: Date: 2026-08-27 07:09:55 Version: 10.08 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: GetHobbies.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.CRM.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Hobby() = /// ///Hobby description /// [] member val hobby:String = null with get,set /// ///SAP Hobby ID, e.g. 'ART' /// [] member val sapHobbyId:String = null with get,set /// ///Hobby description translation /// [] member val translation:String = null with get,set [] type GetHobbiesResponse() = inherit ResizeArray() [] [] type GetHobbies() = interface IReturn /// ///Brand /// [] member val brand:String = null with get,set /// ///POS Legacy /// [] member val posCode:String = null with get,set