Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Transporta

    Classe de informações do Transporta

    Inheritance
    object
    Transporta
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class Transporta

    Properties

    CNPJ

    CNPJ do transportador

    Declaration
    [XmlElement("CNPJ")]
    public string CNPJ { get; set; }
    Property Value
    Type Description
    string

    CPF

    CPF do transportador

    Declaration
    [XmlElement("CPF")]
    public string CPF { get; set; }
    Property Value
    Type Description
    string

    IE

    Inscrição Estadual

    Declaration
    [XmlElement("IE")]
    public string IE { get; set; }
    Property Value
    Type Description
    string

    UF

    Sigla da UF

    Declaration
    [XmlElement("UF")]
    public UFBrasil? UF { get; set; }
    Property Value
    Type Description
    UFBrasil?

    XEnder

    Endereço completo

    Declaration
    [XmlElement("xEnder")]
    public string XEnder { get; set; }
    Property Value
    Type Description
    string

    XMun

    Nome do munícipio

    Declaration
    [XmlElement("xMun")]
    public string XMun { get; set; }
    Property Value
    Type Description
    string

    XNome

    Declaration
    [XmlElement("xNome")]
    public string XNome { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool

    ShouldSerializeUF()

    Declaration
    public bool ShouldSerializeUF()
    Returns
    Type Description
    bool

    ShouldSerializeXEnder()

    Declaration
    public bool ShouldSerializeXEnder()
    Returns
    Type Description
    bool

    ShouldSerializeXMun()

    Declaration
    public bool ShouldSerializeXMun()
    Returns
    Type Description
    bool

    ShouldSerializeXNome()

    Declaration
    public bool ShouldSerializeXNome()
    Returns
    Type Description
    bool