' Options: 'Date: 2026-05-19 09:52:32 '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: UpdateConsents.* '''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 UpdateConsents ''' '''Booster customer Id ''' Public Overridable Property boosterCustomerId As Integer ''' '''Provide 'true' if you want to be contacted by email. Leave empty or 'false' if you do not. ''' Public Overridable Property contactByEmailFlag As Boolean ''' '''Provide 'true' if you want to be contacted by mail. Leave empty or 'false' if you do not. ''' Public Overridable Property contactByMailFlag As Boolean ''' '''Provide 'true' if you want to be contacted by phone. Leave empty or 'false' if you do not. ''' Public Overridable Property contactByPhoneFlag As Boolean ''' '''Provide 'true' if you want to be contacted by SMS. Leave empty or 'false' if you do not. ''' Public Overridable Property contactBySMSFlag As Boolean ''' '''Provide 'true' if you want to be contacted by social media. Leave empty or 'false' if you do not. ''' Public Overridable Property contactBySocialMediaFlag As Boolean ''' '''Provide 'true' if you want to be contacted at all. Leave empty or 'false' if you do not - if chosen false, all contactBy* will be set to false also ''' Public Overridable Property privacyAcceptance As Boolean ''' '''Provide 'true' if you allow your data to be stored abroad. Leave empty or 'false' if you do not. ''' Public Overridable Property allowStoreDataAbroad As Nullable(Of Boolean) End Class End Namespace End Namespace