(* Options: Date: 2026-04-03 16:51:26 Version: 10.05 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://testapi.bokamera.se //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: UpdateVossTenantConfigurations.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace BokaMera.API.ServiceModel.Dtos open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization open ServiceStack.Data open System.Net open System.Net.Http.Headers type CountryRuleSetEnum = | Default = 0 | NO = 1 | SE = 2 | DK = 3 | NL = 4 | FI = 5 [] [] [] type UpdateVossTenantConfigurations() = member val AllowCountryCodeAndCountryRuleSetMismatch:Boolean = new Boolean() with get,set member val CountryRuleSet:CountryRuleSetEnum = new CountryRuleSetEnum() with get,set