Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeEstab5013

    Identificação do estabelecimento ou obra de construção civil

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

    Properties

    IdeLotacao

    Identificação da lotação tributária

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

    NrInsc

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

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

    TpInsc

    Valores válidos: 1 - CNPJ, 2 - CPF, 3 - CAEPF, 4 - CNO

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