Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetConsStatServMDFe

    Retorno Consulta Status Serviço MDFe

    Inheritance
    object
    XMLBase
    RetConsStatServMDFe
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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
    [XmlRoot("retConsStatServMDFe", Namespace = "http://www.portalfiscal.inf.br/mdfe", IsNullable = false)]
    public class RetConsStatServMDFe : XMLBase, IXmlSerializable

    Properties

    CStat

    Código do status da resposta.

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

    CUF

    Código da UF.

    Declaration
    [XmlIgnore]
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

    Código da UF (formato string para serialização XML).

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

    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

    DhRetorno

    Data e hora do retorno.

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

    DhRetornoField

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

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

    TMed

    Tempo médio de resposta (em segundos).

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

    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 retorno da consulta do status do serviço do MDFe.

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

    Versao

    Versão do leiaute.

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { 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

    XObs

    Observações.

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

    Implements

    IXmlSerializable