Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfProt

    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class InfProt

    Properties

    CStat

    Código do status da resposta.

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

    ChMDFe

    Chave de acesso do MDFe.

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

    DhRecbto

    Data e hora do recebimento.

    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 MDFe processada.

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

    Id

    Identificador da TAG a ser assinada.

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

    NProt

    Número do protocolo.

    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 o protocolo.

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

    XMotivo

    Descrição literal do status da resposta.

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