Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EvtFGTSProcTrab

    Evento Informações do FGTS por Trabalhador em Processo Trabalhista

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

    Properties

    ID

    ID

    Declaration
    [XmlAttribute(AttributeName = "Id", DataType = "token")]
    public string ID { get; set; }
    Property Value
    Type Description
    string

    IdeEmpregador

    Informações de identificação do empregador ou do contribuinte que prestou a informação

    Declaration
    [XmlElement("ideEmpregador")]
    public IdeEmpregador IdeEmpregador { get; set; }
    Property Value
    Type Description
    IdeEmpregador

    IdeEvento

    Informações de identificação do evento

    Declaration
    [XmlElement("ideEvento")]
    public IdeEvento5503 IdeEvento { get; set; }
    Property Value
    Type Description
    IdeEvento5503

    IdeProc

    Identificação do processo

    Declaration
    [XmlElement("ideProc")]
    public IdeProc5503 IdeProc { get; set; }
    Property Value
    Type Description
    IdeProc5503

    IdeTrabalhador

    Identificação do trabalhador

    Declaration
    [XmlElement("ideTrabalhador")]
    public IdeTrabalhador5003 IdeTrabalhador { get; set; }
    Property Value
    Type Description
    IdeTrabalhador5003

    InfoTrabFGTS

    Informações relativas à matrícula e categoria do trabalhador

    Declaration
    [XmlElement("infoTrabFGTS")]
    public List<InfoTrabFGTS5503> InfoTrabFGTS { get; set; }
    Property Value
    Type Description
    List<InfoTrabFGTS5503>