Class RetCTeSimp
XML de retorno do resultado do envio do CTe
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.CTeSimp
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RetCTeSimp : XMLBase, IXmlSerializable
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 que atendeu à solicitação
Declaration
public UFBrasil CUF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
CUFField
Propriedade auxiliar da CUF (Sempre utilize a CUF)
Declaration
public int CUFField { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProtCTe
Resposta ao processamento do CTe
Declaration
public ProtCTe ProtCTe { get; set; }
Property Value
Type | Description |
---|---|
ProtCTe |
TpAmb
Identificação do ambiente
Declaration
public TipoAmbiente TpAmb { get; set; }
Property Value
Type | Description |
---|---|
TipoAmbiente |
VerAplic
Versão do aplicativo que recebeu o CTe
Declaration
public string VerAplic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Versao
Versão do leiaute do schema
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 |