(* Options: Date: 2024-10-18 17:28:30 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://reportfiling.staging.pwc.de //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: FakeMsCountryCodeRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace PwC.Elmaas.Core.Domain.Concretes.Dac6.Models open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Xml.Schema open System.Net type MSCountryCode = | AT = 0 | BE = 1 | BG = 2 | CY = 3 | CZ = 4 | DK = 5 | EE = 6 | FI = 7 | FR = 8 | DE = 9 | GR = 10 | HU = 11 | HR = 12 | IE = 13 | IT = 14 | LV = 15 | LT = 16 | LU = 17 | MT = 18 | NL = 19 | PL = 20 | PT = 21 | RO = 22 | SK = 23 | SI = 24 | ES = 25 | SE = 26 | GB = 27 [] type FakeMsCountryCodeRequest() = interface IReturn