File tree Expand file tree Collapse file tree 4 files changed +3
-19
lines changed
Expand file tree Collapse file tree 4 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,5 @@ public enum MDFeTpCarga
3636
3737 [ XmlEnum ( "11" ) ]
3838 PerigosaCargaGeral = 11 ,
39-
40- [ XmlEnum ( "12" ) ]
41- GranelPressurizada = 12
4239 }
4340}
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ public enum MDFeTpComp
1212
1313 [ XmlEnum ( "03" ) ]
1414 DespesasBancariasEMeiosDePagamentoOutras = 03 ,
15-
16- [ XmlEnum ( "04" ) ]
17- Frete = 04 ,
18-
15+
1916 [ XmlEnum ( "99" ) ]
2017 Outros = 99
2118 }
Original file line number Diff line number Diff line change @@ -115,13 +115,6 @@ public class MDFeAquav : MDFeModalContainer
115115 [ XmlElement ( ElementName = "infUnidCargaVazia" ) ]
116116 public List < MDFeInfUnidCargaVazia > InfUnidCargaVazias { get ; set ; }
117117
118- /// <summary>
119- /// 1 - Informações das Undades de Transporte vazias
120- /// </summary>
121118 public List < infUnidTranspVazia > infUnidTranspVazia { get ; set ; }
122-
123- /// <summary>
124- /// 1 - Maritime Mobile Service Identify
125- /// </summary>
126- public string MMSI { get ; set ; } }
119+ }
127120}
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ public enum MDFeTpValePed
4444 Cupom = 02 ,
4545
4646 [ XmlEnum ( "03" ) ]
47- Cartao = 03 ,
48-
49- [ XmlEnum ( "04" ) ]
50- LeituraDePlaca = 04
47+ Cartao = 03
5148 }
5249}
You can’t perform that action at this time.
0 commit comments