Class IdeLotacao5003
Identificação da lotação tributária
Inheritance
System.Object
IdeLotacao5003
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 IdeLotacao5003
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 |
InfoTrabFGTS
Informações relativas à matrícula e categoria do trabalhador
Declaration
public List<InfoTrabFGTS> InfoTrabFGTS { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoTrabFGTS> |
NrInsc
Preencher com o número de inscrição (CNPJ, CPF, CNO) ao qual pertence a lotação tributária, conforme indicado na Tabela 10
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 TiposInscricao? TpInsc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TiposInscricao> |
TpLotacao
Preencher com o código correspondente ao tipo de lotação, conforme Tabela 10
Declaration
public TpLotacao? TpLotacao { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TpLotacao> |
Methods
ShouldSerializeCodLotacao()
Declaration
public bool ShouldSerializeCodLotacao()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNrInsc()
Declaration
public bool ShouldSerializeNrInsc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpInsc()
Declaration
public bool ShouldSerializeTpInsc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpLotacao()
Declaration
public bool ShouldSerializeTpLotacao()
Returns
Type | Description |
---|---|
System.Boolean |