Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EnderEmit

    Classe do endereço do emitente da NFe/NFCe

    Inheritance
    object
    EnderEmit
    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(Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class EnderEmit

    Properties

    CEP

    CEP

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

    CMun

    Código IBGE do município

    Declaration
    [XmlElement("cMun")]
    public int CMun { get; set; }
    Property Value
    Type Description
    int

    CPais

    Código do país

    Declaration
    [XmlElement("cPais")]
    public int CPais { get; set; }
    Property Value
    Type Description
    int

    Fone

    Telefone com DDD + número

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

    Nro

    Número

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

    UF

    Sigla da UF

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

    XBairro

    Bairro

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

    XCpl

    Complemento

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

    XLgr

    Logradouro

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

    XMun

    Nome do município

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

    XPais

    Nome do país

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

    Methods

    ShouldSerializeCPais()

    Declaration
    public bool ShouldSerializeCPais()
    Returns
    Type Description
    bool

    ShouldSerializeFone()

    Declaration
    public bool ShouldSerializeFone()
    Returns
    Type Description
    bool

    ShouldSerializeXCpl()

    Declaration
    public bool ShouldSerializeXCpl()
    Returns
    Type Description
    bool

    ShouldSerializeXPais()

    Declaration
    public bool ShouldSerializeXPais()
    Returns
    Type Description
    bool