Class Transp
Classe de informações do Transp
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class Transp
Properties
Balsa
Declaration
[XmlElement("balsa")]
public string Balsa { get; set; }
Property Value
ModFrete
Declaration
[XmlElement("modFrete")]
public ModalidadeFrete ModFrete { get; set; }
Property Value
Reboque
Declaration
[XmlElement("reboque")]
public List<Reboque> Reboque { get; set; }
Property Value
RetTransp
Dados da retenção ICMS do Transporte
Declaration
[XmlElement("retTransp")]
public RetTransp RetTransp { get; set; }
Property Value
Transporta
Declaration
[XmlElement("transporta")]
public Transporta Transporta { get; set; }
Property Value
Vagao
Declaration
[XmlElement("vagao")]
public string Vagao { get; set; }
Property Value
VeicTransp
Declaration
[XmlElement("veicTransp")]
public VeicTransp VeicTransp { get; set; }
Property Value
Vol
Declaration
[XmlElement("vol")]
public List<Vol> Vol { get; set; }
Property Value
Methods
ShouldSerializeBalsa()
Declaration
public bool ShouldSerializeBalsa()
Returns
ShouldSerializeVagao()
Declaration
public bool ShouldSerializeVagao()
Returns
ShouldSerializeVol()
Declaration
public bool ShouldSerializeVol()
Returns