(* Options: Date: 2026-05-19 09:52:06 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: UpdateConsents.* //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 UpdateConsents() = /// ///Booster customer Id /// [] member val boosterCustomerId:Int32 = new Int32() with get,set /// ///Provide 'true' if you want to be contacted by email. Leave empty or 'false' if you do not. /// [] member val contactByEmailFlag:Boolean = new Boolean() with get,set /// ///Provide 'true' if you want to be contacted by mail. Leave empty or 'false' if you do not. /// [] member val contactByMailFlag:Boolean = new Boolean() with get,set /// ///Provide 'true' if you want to be contacted by phone. Leave empty or 'false' if you do not. /// [] member val contactByPhoneFlag:Boolean = new Boolean() with get,set /// ///Provide 'true' if you want to be contacted by SMS. Leave empty or 'false' if you do not. /// [] member val contactBySMSFlag:Boolean = new Boolean() with get,set /// ///Provide 'true' if you want to be contacted by social media. Leave empty or 'false' if you do not. /// [] member val contactBySocialMediaFlag:Boolean = new Boolean() with get,set /// ///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 /// [] member val privacyAcceptance:Boolean = new Boolean() with get,set /// ///Provide 'true' if you allow your data to be stored abroad. Leave empty or 'false' if you do not. /// [] member val allowStoreDataAbroad:Nullable = new Nullable() with get,set