Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoAlteracaoPagtoServMDFe

    Inheritance
    object
    EventoDetalhe
    EventoAlteracaoPagtoServMDFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    EventoDetalhe.WriteXml(XmlWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "detEventoAlteracaoPagtoServMDFe")]
    public class EventoAlteracaoPagtoServMDFe : EventoDetalhe, IXmlSerializable

    Properties

    DescEvento

    Descrição do Evento.

    Declaration
    [XmlElement("descEvento", Order = 0)]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    InfPag

    Informações de Pagamento.

    Declaration
    [XmlElement("infPag", Order = 3)]
    public List<AlteracaoPagtoServMDFeInfPag> InfPag { get; set; }
    Property Value
    Type Description
    List<AlteracaoPagtoServMDFeInfPag>

    NProt

    Número do Protocolo.

    Declaration
    [XmlElement("nProt", Order = 1)]
    public string NProt { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable