@@ -137,12 +137,12 @@ public NotaServico(ConfigNFSe config, DadosPrestador prestador) : this(config)
137137 public RegimeEspecialTributacao RegimeEspecialTributacao { get ; set ; }
138138
139139 public NFSeSimNao OptanteSimplesNacional { get ; set ; }
140-
140+
141141 public NFSeSimNao OptanteMEISimei { get ; set ; }
142142
143143 public DateTime DataOptanteSimplesNacional { get ; set ; }
144144
145- public NFSeSimNao IncentivadorCultural { get ; set ; }
145+ public NFSeSimNao ? IncentivadorCultural { get ; set ; }
146146
147147 public NFSeSimNao Producao { get ; set ; }
148148
@@ -151,15 +151,15 @@ public NotaServico(ConfigNFSe config, DadosPrestador prestador) : this(config)
151151 public TipoLocalServico LocalServico { get ; set ; }
152152
153153 public int NumeroLote { get ; set ; }
154-
154+
155155 public string Protocolo { get ; set ; }
156156
157157 public DateTime Competencia { get ; set ; }
158158
159159 public string OutrasInformacoes { get ; set ; }
160160
161161 public string DiscriminacaoImpostos { get ; set ; }
162-
162+
163163 public string InformacoesComplementares { get ; set ; }
164164
165165 public string DescricaoCodigoTributacaoMunicipio { get ; set ; }
@@ -177,7 +177,7 @@ public NotaServico(ConfigNFSe config, DadosPrestador prestador) : this(config)
177177 public DFeSignature Signature { get ; set ; }
178178
179179 public string XmlOriginal { get ; set ; }
180-
180+
181181 public string LinkNFSe { get ; set ; }
182182
183183 public EventoRps ? Evento { get ; set ; }
0 commit comments