(* Options: Date: 2026-05-19 10:53:39 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: GetPersonalTitles.* //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 PersonalTitle() = /// ///Title /// [] member val title:String = null with get,set /// ///Gender description(s) /// [] member val gender:ResizeArray = new ResizeArray() with get,set /// ///Title translation /// [] member val translation:String = null with get,set [] type GetPersonalTitlesResponse() = inherit ResizeArray() [] [] type GetPersonalTitles() = interface IReturn /// ///Country Id /// [] member val countryId:String = null with get,set