Class IdeEstab5003
Identificação do estabelecimento ou obra de construção civil
Inheritance
System.Object
IdeEstab5003
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 IdeEstab5003
Properties
IdeLotacao
Identificação da lotação tributária
Declaration
public List<IdeLotacao5003> IdeLotacao { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IdeLotacao5003> |
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
Preencher com o código correspondente ao tipo de inscrição, conforme Tabela 05
Declaration
public TpInsc? TpInsc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TpInsc> |
Methods
ShouldSerializeNrInsc()
Declaration
public bool ShouldSerializeNrInsc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpInsc()
Declaration
public bool ShouldSerializeTpInsc()
Returns
Type | Description |
---|---|
System.Boolean |