Class InfoCadastro
Detalhamento das informações do empregador.
Inheritance
System.Object
InfoCadastro
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()
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfoCadastro
Properties
ClassTrib
Preencher com o código correspondente à classificação tributária do contribuinte.
Declaration
public ClassificacaoTributaria ClassTrib { get; set; }
Property Value
CnpjEFR
CNPJ do Ente Federativo Responsável - EFR
Declaration
public string CnpjEFR { get; set; }
Property Value
Type |
Description |
System.String |
|
DadosIsencao
Informações complementares - Empresas isentas - Dados da isenção.
Declaration
public DadosIsencao DadosIsencao { get; set; }
Property Value
DtTrans11096
Data da transformação em sociedade de fins lucrativos
Declaration
public string DtTrans11096 { get; set; }
Property Value
Type |
Description |
System.String |
|
IndConstr
Indicativo de construtora.
Declaration
public IndConstr? IndConstr { get; set; }
Property Value
IndCoop
Validação: O preenchimento do campo é exclusivo e obrigatório para PJ. Somente pode ser diferente de [0] se a natureza jurídica do declarante for igual a 214-3.
Declaration
public IndCoop? IndCoop { get; set; }
Property Value
Type |
Description |
System.Nullable<IndCoop> |
|
IndDesFolha
Indicativo de opção/enquadramento de desoneração da folha.
Declaration
public IndDesFolha IndDesFolha { get; set; }
Property Value
IndOpcCP
Indicativo da opção pelo produtor rural pela forma de tributação da contribuição previdenciária
Declaration
public IndicativoOpcaoProdutorRural? IndOpcCP { get; set; }
Property Value
IndOptRegEletron
Indica se houve opção pelo registro eletrônico de empregados. Caso o declarante seja órgão público sem empregados regidos pela CLT, informar [0].
Declaration
public IndOptRegEletron IndOptRegEletron { get; set; }
Property Value
IndPorte
Indicativo de microempresa - ME ou empresa de pequeno porte - EPP para permissão de acesso ao módulo simplificado
Declaration
public SimNaoLetra? IndPorte { get; set; }
Property Value
IndTribFolhaPisPasep
Indicador de tributação sobre a folha de pagamento - PIS e PASEP. Preenchimento exclusivo para o empregador em situação de tributação de PIS e PASEP sobre a folha de pagamento.
Declaration
public SimNaoLetra? IndTribFolhaPisPasep { get; set; }
Property Value
InfoOrgInternacional
Informações exclusivas de organismos internacionais e outras instituições extraterritoriais.
Declaration
public InfoOrgInternacional InfoOrgInternacional { get; set; }
Property Value
Methods
ShouldSerializeIndConstr()
Declaration
public bool ShouldSerializeIndConstr()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndCoop()
Declaration
public bool ShouldSerializeIndCoop()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndOpcCP()
Declaration
public bool ShouldSerializeIndOpcCP()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndPorte()
Declaration
public bool ShouldSerializeIndPorte()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndTribFolhaPisPasep()
Declaration
public bool ShouldSerializeIndTribFolhaPisPasep()
Returns
Type |
Description |
System.Boolean |
|