Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeEstabLot5001

    Identificação do estabelecimento ou obra de construção civil e da lotação tributária.

    Inheritance
    System.Object
    IdeEstabLot5001
    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 IdeEstabLot5001

    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

    InfoCategIncid

    Informações relativas à matrícula e categoria do trabalhador e tipos de incidências.

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

    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

    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