/* Options: Date: 2026-04-17 11:24:50 Version: 10.05 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api-staging.bookmore.com //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: UpdateVossTenantConfigurations.* //ExcludeTypes: //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* @Route(Path="/voss/tenantConfigurations", Verbs="PUT") @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) open class UpdateVossTenantConfigurations { open var AllowCountryCodeAndCountryRuleSetMismatch:Boolean? = null open var CountryRuleSet:CountryRuleSetEnum? = null } enum class CountryRuleSetEnum { Default, No, Se, Dk, Nl, Fi, }