Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvCTeAutorizadoMDFeEmit

    Inheritance
    object
    EvCTeAutorizadoMDFeEmit
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/cte")]
    public class EvCTeAutorizadoMDFeEmit

    Properties

    CNPJ

    CNPJ do emitente do MDFe.

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

    IE

    Inscrição Estadual do emitente do MDFe.

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

    XNome

    Nome ou razão social do emitente do MDFe.

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