(* Options: Date: 2026-05-19 09:51:21 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: GetPosAuth.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Security.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type GetPosAuthResponse() = /// ///Is Authorized /// [] member val isAuthorized:Boolean = new Boolean() with get,set [] [] type GetPosAuth() = interface IReturn /// ///Brand Trigram /// [] member val brand:String = null with get,set /// ///POS Legacy /// [] member val posCode:String = null with get,set /// ///Mnemonic Petal Code /// [] member val mnemonicCode:String = null with get,set