Class InfMunDescargaInfMDFeTransp
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class InfMunDescargaInfMDFeTransp
Properties
ChMDFe
Chave de acesso do MDF-e de transporte
Declaration
[XmlElement("chMDFe")]
public string ChMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IndReentrega
Indicador de Reentrega
Declaration
[XmlElement("indReentrega")]
public SimNao IndReentrega { get; set; }
Property Value
| Type | Description |
|---|---|
| SimNao |
InfUnidTransp
Informações das Unidades de Transporte
Declaration
[XmlElement("infUnidTransp")]
public List<InfUnidTransp> InfUnidTransp { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfUnidTransp> |
Peri
Período (Somente se informado o grupo de informações das Unidades de Transporte)
Declaration
[XmlElement("peri")]
public List<Peri> Peri { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Peri> |
SegCodBarra
Segundo código de barras
Declaration
[XmlElement("SegCodBarra")]
public string SegCodBarra { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeIndReentrega()
Verifica se deve serializar o campo IndReentrega (Sim)
Declaration
public bool ShouldSerializeIndReentrega()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeSegCodBarra()
Verifica se deve serializar o campo SegCodBarra (não vazio)
Declaration
public bool ShouldSerializeSegCodBarra()
Returns
| Type | Description |
|---|---|
| bool |