Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Ret

    Grupo para cada retorno do Web Service.

    Inheritance
    object
    Ret
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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