Class Erros
Estrutura de "erros" do retorno.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFSe.NACIONAL
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Erros
Properties
Codigo
Código do erro.
Declaration
[XmlElement("Codigo")]
public string Codigo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Complemento
Complemento do erro.
Declaration
[XmlElement("Complemento")]
public string Complemento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Descricao
Descrição do erro.
Declaration
[XmlElement("Descricao")]
public string Descricao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |