File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
NFe.Classes/Informacoes/Identificacao Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,16 @@ public class gCompraGov
77 private decimal _pRedutor ;
88
99 // B32
10- public TipoEnteGov tpCompraGov { get ; set ; }
10+ public TipoEnteGov tpEnteGov { get ; set ; }
1111
1212 // B33
1313 public decimal pRedutor
1414 {
1515 get => _pRedutor . Arredondar ( 4 ) ;
1616 set => _pRedutor = value . Arredondar ( 4 ) ;
1717 }
18+
19+ // B34
20+ public TipoOperGov tpOperGov { get ; set ; }
1821 }
1922}
Original file line number Diff line number Diff line change @@ -235,10 +235,7 @@ public string ProxydhCont
235235 public List < NFref > NFref { get ; set ; }
236236
237237 // B31
238- public gCompraGov gCompraGov { get ; set ; }
239-
240- // B32
241- public TipoOperGov ? tpOperGov { get ; set ; }
238+ public gCompraGov gCompraGov { get ; set ; }
242239
243240 // BB01
244241 public gPagAntecipado gPagAntecipado { get ; set ; }
@@ -266,11 +263,6 @@ public bool ShouldSerializetpNFDebito()
266263 public bool ShouldSerializetpNFCredito ( )
267264 {
268265 return tpNFCredito . HasValue ;
269- }
270-
271- public bool ShouldSerializetpOperGov ( )
272- {
273- return tpOperGov . HasValue ;
274- }
266+ }
275267 }
276268}
You can’t perform that action at this time.
0 commit comments