(* Options: Date: 2026-05-19 09:52:11 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: GetInterests.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.CRM.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Interest() = /// ///Interest description /// [] member val interest:String = null with get,set /// ///SAP Interest ID, e.g. 'CA-1' /// [] member val sapInterestId:String = null with get,set /// ///Interest description translation /// [] member val translation:String = null with get,set [] type GetInterestsResponse() = inherit ResizeArray() [] [] type GetInterests() = interface IReturn /// ///Brand /// [] member val brand:String = null with get,set /// ///POS Legacy /// [] member val posCode:String = null with get,set