Class RetConsReciCTe
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RetConsReciCTe : XMLBase, IXmlSerializable
Properties
CMsg
Código da Mensagem
Declaration
public string CMsg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CStat
Código do status da resposta
Declaration
public int CStat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CUF
Código da UF que atendeu a solicitação.
Declaration
public UFBrasil CUF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
CUFField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "CUF" para atribuir ou resgatar o valor)
Declaration
public int CUFField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DhRecbto
Data e hora de 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 |
NRec
Número do Recibo Gerado
Declaration
public string NRec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProtCTe
Protocolo do CT-e
Declaration
public List<ProtCTe> ProtCTe { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProtCTe> |
TpAmb
Tipo do Ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Versão do Aplicativo
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do leiaute XML
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 |