Class ProcJudTerceiro
Identificação do processo judicial.
Inheritance
System.Object
ProcJudTerceiro
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 ProcJudTerceiro
Properties
CodSusp
Código do indicativo da suspensão, atribuído pelo empregador em S-1070. Validação: A informação prestada deve estar de acordo com o que foi informado em S-1070.
Declaration
public string CodSusp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodTerc
Informar o código de Terceiro. Validação: Deve ser um código de Terceiro válido e compatível com o FPAS/Terceiros informado no grupo superior, conforme Tabela 04.
Declaration
public string CodTerc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrProcJud
Informar um número de processo judicial cadastrado através do evento S-1070, cujo indMatProc seja igual a [1]. Validação: Deve ser um número de processo judicial válido e existente na Tabela de Processos(S-1070), com indMatProc = [1].
Declaration
public string NrProcJud { get; set; }
Property Value
Type | Description |
---|---|
System.String |