(* Options: Date: 2026-05-19 09:51:20 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: UpdatePOSIdentity.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.POS.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type UpdatePOSIdentityResponse() = class end [] [] type UpdatePOSIdentity() = interface IReturn /// ///Point of Sale Code /// [] member val posCode:String = null with get,set /// ///Friendly name of the POS, max length 160 characters /// [] member val friendlyName:String = null with get,set