(* Options: Date: 2026-05-19 09:52:02 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: GetCrmFormConfigurations.* //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 GetCrmFormConfigurationsResponse() = /// ///Privacy policy agreement in Time Vallée POS group, e.g. M, V, N /// [] member val timeValeePrivacyPolicy:String = null with get,set /// ///Store data abroad agreement in Time Vallée POS group, e.g. M, V, N /// [] member val timeValeeAllowStoreDataAbroad:String = null with get,set /// ///Data sharing consent, e.g. M, V, N /// [] member val dataSharingConsent:String = null with get,set /// ///Requirement for email field, e.g. M, V, N /// [] member val email:String = null with get,set /// ///Requirement for phone field, e.g. M, V, N /// [] member val phone:String = null with get,set /// ///Requirement for middle name field, e.g. M, V, N /// [] member val middleName:String = null with get,set /// ///Privacy policy agreement in Maison, e.g. M, V, N /// [] member val privacyPolicy:String = null with get,set /// ///Store data abroad agreement in Maison, e.g. M, V, N /// [] member val allowStoreDateAbroad:String = null with get,set /// ///Requirement for sales representative field, e.g. M, V, N /// [] member val salesRep:String = null with get,set /// ///Show or hide Transliteration fields /// [] member val showNotLatinFields:Boolean = new Boolean() with get,set /// ///Transliteration language /// [] member val transliterationLanguage:String = null with get,set /// ///City /// [] member val city:String = null with get,set [] [] type GetCrmFormConfigurations() = interface IReturn /// ///Brand Triagram, e.g. CAR, IWC, VAC /// [] member val brand:String = null with get,set /// ///Point of Sale Code, e.g. ES100:102048 /// [] member val posCode:String = null with get,set /// ///ISO Alpha-2 Country Code, e.g. it, ch /// [] member val crmCountryId:String = null with get,set