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