Class DetEventoPagtoOperMDFe
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "detEventoPagtoOperMDFe")]
public class DetEventoPagtoOperMDFe : EventoDetalhe, IXmlSerializable
Properties
DescEvento
Descrição do Evento
Declaration
[XmlIgnore]
public override string DescEvento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
EventoPagtoOperMDFe
evPagtoOperMDFe - Evento Pagamento da Operação do MDF-e
Declaration
[XmlElement(ElementName = "evPagtoOperMDFe", Order = 0)]
public EventoPagtoOperMDFe EventoPagtoOperMDFe { get; set; }
Property Value
| Type | Description |
|---|---|
| EventoPagtoOperMDFe |
InfPag
Informações de Pagamento
Declaration
[XmlIgnore]
public List<PagtoOperMDFeInfPag> InfPag { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PagtoOperMDFeInfPag> |
InfViagens
Informações das Viagens
Declaration
[XmlIgnore]
public InfViagens InfViagens { get; set; }
Property Value
| Type | Description |
|---|---|
| InfViagens |
NProt
Número do Protocolo
Declaration
[XmlIgnore]
public string NProt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
WriteXml(XmlWriter)
Serializa o objeto DetEventoPagtoOperMDFe em XML.
Declaration
public override void WriteXml(XmlWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer | O XmlWriter usado para serialização. |