Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeEstabLotAnt

    Identificação do estabelecimento e da lotação ao qual se referem as diferenças de remuneração do mês identificado no grupo superior.

    Inheritance
    System.Object
    IdeEstabLotAnt
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class IdeEstabLotAnt

    Properties

    Codlotacao

    Informar o código atribuído pelo empregador para a lotação tributária.

    Declaration
    public string Codlotacao { get; set; }
    Property Value
    Type Description
    System.String

    NrInsc

    Informar o número de inscrição do estabelecimento do contribuinte de acordo com o tipo de inscrição indicado no campo ideEstabLot/tpInsc.

    Declaration
    public string NrInsc { get; set; }
    Property Value
    Type Description
    System.String

    RemunPerAnt

    Informações relativas à remuneração do trabalhador em períodos anteriores

    Declaration
    public List<RemunPerAnt1200> RemunPerAnt { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RemunPerAnt1200>

    TpInsc

    Preencher com o código correspondente ao tipo de inscrição do estabelecimento Valores válidos: 1 - CNPJ; 3 - CAEPF; 4 - CNO;

    Declaration
    public TpInsc TpInsc { get; set; }
    Property Value
    Type Description
    TpInsc