Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetornoEventoESocial

    Inheritance
    object
    RetornoEventoESocial
    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.ESocial.Retorno
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class RetornoEventoESocial

    Properties

    RetornoEvento

    Contém as informações do evento enviado (ID, dados de recepção)

    Declaration
    [XmlElement("retornoEvento")]
    public EventoRetorno RetornoEvento { get; set; }
    Property Value
    Type Description
    EventoRetorno

    Signature

    Declaration
    [XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature