Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Emit

    Classe do emitente da NFe/NFCe

    Inheritance
    object
    Emit
    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 Emit

    Properties

    CNAE

    CNAE Fiscal

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

    CNPJ

    CNPJ do emitente

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

    CPF

    CPF do emitente

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

    CRT

    Código de Regime Tributário

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

    EnderEmit

    Endereço do emitente

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

    IE

    Inscrição estadual do emitente

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

    IEST

    Inscricao Estadual do Substituto Tributário

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

    IM

    Inscrição Municipal

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

    XFant

    Nome fantasia

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

    XNome

    Razão Social ou Nome do emitente

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

    Methods

    ShouldSerializeCNAE()

    Declaration
    public bool ShouldSerializeCNAE()
    Returns
    Type Description
    bool

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeIEST()

    Declaration
    public bool ShouldSerializeIEST()
    Returns
    Type Description
    bool

    ShouldSerializeIM()

    Declaration
    public bool ShouldSerializeIM()
    Returns
    Type Description
    bool