Class Transporta
Classe de informações do Transporta
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class Transporta
Properties
CNPJ
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
CPF
Declaration
[XmlElement("CPF")]
public string CPF { get; set; }
Property Value
IE
Declaration
[XmlElement("IE")]
public string IE { get; set; }
Property Value
UF
Declaration
[XmlElement("UF")]
public UFBrasil? UF { get; set; }
Property Value
XEnder
Declaration
[XmlElement("xEnder")]
public string XEnder { get; set; }
Property Value
XMun
Declaration
[XmlElement("xMun")]
public string XMun { get; set; }
Property Value
XNome
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
Methods
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
ShouldSerializeCPF()
Declaration
public bool ShouldSerializeCPF()
Returns
ShouldSerializeIE()
Declaration
public bool ShouldSerializeIE()
Returns
ShouldSerializeUF()
Declaration
public bool ShouldSerializeUF()
Returns
ShouldSerializeXEnder()
Declaration
public bool ShouldSerializeXEnder()
Returns
ShouldSerializeXMun()
Declaration
public bool ShouldSerializeXMun()
Returns
ShouldSerializeXNome()
Declaration
public bool ShouldSerializeXNome()
Returns