Class EvtRvctn
Grupo do evento de Revogação.
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 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 |