Class Ret
Grupo para cada retorno do Web Service.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
public class Ret
Properties
Code
Código da mensagem de retorno do Web Service.
Declaration
[XmlElement("code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Desc
Descrição da mensagem de retorno.
Declaration
[XmlElement("desc")]
public string Desc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Effect
Efeito da mensagem de retorno do Web Service.Efeitos previstos: SUC – Sucesso / WNG – Advertência / REJ – Rejeição.
Declaration
[XmlElement("effect")]
public string Effect { get; set; }
Property Value
| Type | Description |
|---|---|
| string |