Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCTeAutorizadoEmit

    Classe de detalhamento do evento do emitente do CTe autorizado

    Inheritance
    object
    DetEventoCTeAutorizadoEmit
    DetEventoMDFeAutorizadoComCTeEmit
    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]
    [XmlRoot("emit", Namespace = "http://www.portalfiscal.inf.br/nfe", IsNullable = false)]
    public class DetEventoCTeAutorizadoEmit

    Properties

    CNPJ

    CNPJ do emitente

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

    IE

    IE do emitente

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

    XNome

    Nome do emitente

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