Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvtRvctn

    Grupo do evento de Revogação.

    Inheritance
    object
    EvtRvctn
    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 EvtRvctn

    Properties

    EvtNotifId

    Identificador da notificação da instância de evento, gerado localmente pelo sistema cliente.

    Declaration
    [XmlElement("evtNotifId")]
    public string EvtNotifId { get; set; }
    Property Value
    Type Description
    string

    Revoking

    Instância de evento a ser tornada sem efeito.

    Declaration
    [XmlElement("revoking")]
    public Revoking Revoking { get; set; }
    Property Value
    Type Description
    Revoking