Class InfoCategPisPasep
Informações relativas à matrícula e categoria do trabalhador.
Inheritance
System.Object
InfoCategPisPasep
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 InfoCategPisPasep
Properties
CodCateg
Preencher com o código da categoria do trabalhador, conforme Tabela 01.
Declaration
public CodCateg CodCateg { get; set; }
Property Value
Type | Description |
---|---|
CodCateg |
InfoBasePisPasep
Informações sobre bases de cálculo do PIS/PASEP.
Declaration
public List<InfoBasePisPasep> InfoBasePisPasep { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoBasePisPasep> |
Matricula
Matrícula atribuída ao trabalhador pela empresa.
Declaration
public string Matricula { get; set; }
Property Value
Type | Description |
---|---|
System.String |