' Options: 'Date: 2026-06-06 01:32:21 'Version: 5.140 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://link.dc8.unico3.cloud ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: ForzaStatoFatturazione.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Unico3.Link.API.Messages.Documenti Namespace Global Namespace Unico3.Link.API.Messages.Documenti Public Partial Class ForzaStatoFatturazione Implements IReturnVoid Public Overridable Property Id As Nullable(Of Integer) Public Overridable Property IsFatturato As Nullable(Of Boolean) Public Overridable Property DataDocumento As Nullable(Of Date) Public Overridable Property NumeroDocumento As String Public Overridable Property TipoDocumento As Nullable(Of TipologiaDocumentoInterventoNonFattura) End Class Public Enum TipologiaDocumentoInterventoNonFattura RAPPORTINO RICEVUTA_FISCALE End Enum End Namespace End Namespace