' Options: 'Date: 2026-05-19 09:52:34 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dev-api-booster.richemont.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetCrmFormConfigurations.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Richemont.Booster2.PublicApi.CRM.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.CRM.ServiceModel Public Partial Class GetCrmFormConfigurations Implements IReturn(Of GetCrmFormConfigurationsResponse) ''' '''Brand Triagram, e.g. CAR, IWC, VAC ''' Public Overridable Property brand As String ''' '''Point of Sale Code, e.g. ES100:102048 ''' Public Overridable Property posCode As String ''' '''ISO Alpha-2 Country Code, e.g. it, ch ''' Public Overridable Property crmCountryId As String End Class Public Partial Class GetCrmFormConfigurationsResponse ''' '''Privacy policy agreement in Time Vallée POS group, e.g. M, V, N ''' Public Overridable Property timeValeePrivacyPolicy As String ''' '''Store data abroad agreement in Time Vallée POS group, e.g. M, V, N ''' Public Overridable Property timeValeeAllowStoreDataAbroad As String ''' '''Data sharing consent, e.g. M, V, N ''' Public Overridable Property dataSharingConsent As String ''' '''Requirement for email field, e.g. M, V, N ''' Public Overridable Property email As String ''' '''Requirement for phone field, e.g. M, V, N ''' Public Overridable Property phone As String ''' '''Requirement for middle name field, e.g. M, V, N ''' Public Overridable Property middleName As String ''' '''Privacy policy agreement in Maison, e.g. M, V, N ''' Public Overridable Property privacyPolicy As String ''' '''Store data abroad agreement in Maison, e.g. M, V, N ''' Public Overridable Property allowStoreDateAbroad As String ''' '''Requirement for sales representative field, e.g. M, V, N ''' Public Overridable Property salesRep As String ''' '''Show or hide Transliteration fields ''' Public Overridable Property showNotLatinFields As Boolean ''' '''Transliteration language ''' Public Overridable Property transliterationLanguage As String ''' '''City ''' Public Overridable Property city As String End Class End Namespace End Namespace