File tree Expand file tree Collapse file tree
NFe.Classes/Servicos/Evento/Informacoes/ItemConsumo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,25 +44,9 @@ public class DFeReferenciado
4444 /// </summary>
4545 public string chaveAcesso { get ; set ; }
4646
47- /// <summary>
48- /// P32 - Corresponde ao “nItem” do DFeReferenciado
49- /// </summary>
50- public int nItemDFeRef { get ; set ; }
51-
5247 /// <summary>
5348 /// P32 - Corresponde ao “nItem” do DFeReferenciado
5449 /// </summary>
5550 public int nItem { get ; set ; }
56-
57- public DFeReferenciado ( NFeTipoEvento tipoEvento )
58- {
59- _serializarComoNItem = tipoEvento == NFeTipoEvento . TeNfeDestinacaoDeItemParaConsumoPessoal ;
60- }
61-
62- // Construtor vazio necessário para o XmlSerizalizer
63- private DFeReferenciado ( ) { }
64-
65- public bool ShouldSerializenItem ( ) => _serializarComoNItem ;
66- public bool ShouldSerializenItemDFeRef ( ) => ! _serializarComoNItem ;
6751 }
6852}
You can’t perform that action at this time.
0 commit comments