Class Evts
Grupo de eventos a serem informados ao SNCM.
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 Evts
Properties
Activ
Grupo do evento de Ativação.
Declaration
[XmlElement("activ")]
public Activ Activ { get; set; }
Property Value
| Type | Description |
|---|---|
| Activ |
EvtRvctn
Grupo do evento de Revogação.
Declaration
[XmlElement("evtRvctn")]
public EvtRvctn EvtRvctn { get; set; }
Property Value
| Type | Description |
|---|---|
| EvtRvctn |
Final
Grupo do evento de Finalização.
Declaration
[XmlElement("final")]
public Final Final { get; set; }
Property Value
| Type | Description |
|---|---|
| Final |
Rec
Grupo do evento de Recepção.
Declaration
[XmlElement("rec")]
public Rec Rec { get; set; }
Property Value
| Type | Description |
|---|---|
| Rec |
Shpt
Grupo do evento de Expedição.
Declaration
[XmlElement("shpt")]
public Shpt Shpt { get; set; }
Property Value
| Type | Description |
|---|---|
| Shpt |