(* Options: Date: 2026-06-15 08:03:03 Version: 6.02 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.backgroundchecklatam.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetDocumentTypes.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace APIbackgroundchecklatam.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations type Languages = | en = 0 | es = 1 [] [] type GetDocumentTypes() = interface IReturn> member val Lang:Languages = new Languages() with get,set