Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfProt

    Classe dos dados do protocolo de status

    Inheritance
    object
    InfProt
    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
    public class InfProt

    Properties

    CMsg

    Código da Mensagem

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

    CStat

    Código do status da mensagem enviada

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

    ChNFe

    Chave de acesso da NFe/NFCe

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

    DhRecbto

    Data e hora de processamento, no formato AAAA-MM-DDTHH:MM:SS (ou AAAA-MM-DDTHH:MM:SSTZD, de acordo com versão).

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhRecbto { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhRecbtoField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DhRecbto para atribuir ou resgatar o valor)

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

    DigVal

    Digest Value da NFe/NFCe processada. Utilizado para conferir a integridade da NFe/NFCe original

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

    Id

    ID. Composição: ID + nProt

    Declaration
    [XmlAttribute(AttributeName = "Id", DataType = "ID")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    NProt

    Número do Protocolo de Status da NFe/NFCe

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

    TpAmb

    Tipo de ambiente

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

    VerAplic

    Versão do Aplicativo que processou a NFe/NFCe

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

    XMotivo

    Descrição literal do status do serviço solicitado

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

    XMsg

    Mensagem da SEFAZ para o emissor

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