(* Options: Date: 2026-06-06 01:21:06 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://link.dc8.unico3.cloud //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ForzaStatoFatturazione.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Unico3.Link.API.Messages.Documenti open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations type TipologiaDocumentoInterventoNonFattura = | RAPPORTINO = 0 | RICEVUTA_FISCALE = 1 [] [] [] type ForzaStatoFatturazione() = interface IReturnVoid member val Id:Nullable = new Nullable() with get,set member val IsFatturato:Nullable = new Nullable() with get,set member val DataDocumento:Nullable = new Nullable() with get,set member val NumeroDocumento:String = null with get,set member val TipoDocumento:Nullable = new Nullable() with get,set