Class RetConsStatServMDFe
Retorno Consulta Status Serviço MDFe
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
public class RetConsStatServMDFe : XMLBase, IXmlSerializable
Fields
FormatDate
Declaration
const string FormatDate = "yyyy-MM-ddTHH:mm:sszzz"
Field Value
Type | Description |
---|---|
System.String |
Properties
CStat
Código do status da resposta.
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CUF
Código da UF.
Declaration
public UFBrasil CUF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
CUFField
Código da UF (formato string para serialização XML).
Declaration
public int CUFField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhRecbto
Data e hora do recebimento.
Declaration
public DateTimeOffset DhRecbto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhRecbtoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRecbto" para atribuir ou resgatar o valor)
Declaration
public string DhRecbtoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DhRetorno
Data e hora do retorno.
Declaration
public DateTimeOffset DhRetorno { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DhRetornoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "DhRetorno" para atribuir ou resgatar o valor)
Declaration
public string DhRetornoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TMed
Tempo médio de resposta (em segundos).
Declaration
public int TMed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TpAmb
Tipo de ambiente.
Declaration
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
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do leiaute.
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XMotivo
Descrição literal do status da resposta.
Declaration
public string XMotivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XObs
Observações.
Declaration
public string XObs { get; set; }
Property Value
Type | Description |
---|---|
System.String |