Class retEBoletoRetornoBasico
Classe base para os retornos do eBoleto
Inheritance
retEBoletoRetornoBasico
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public abstract class retEBoletoRetornoBasico : XMLBase, IXmlSerializable
Properties
Motivo
Motivo do retorno
Declaration
[XmlElement]
public string Motivo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Status do retorno
Declaration
[XmlElement]
public int Status { get; set; }
Property Value
| Type | Description |
|---|---|
| int |