Class InfoProcJudESocial1260
Informações de processos judiciais com decisão/sentença
favorável ao contribuinte e relativos à contribuição
incidente sobre a comercialização.
Inheritance
System.Object
InfoProcJudESocial1260
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
[Serializable]
public class InfoProcJudESocial1260
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 |
|
NrProc
Informar um número de processo cadastrado através do evento S-1070, cujo indMatProc seja igual a [1].
Validação: Deve ser um número de processo
administrativo ou judicial válido e existente na Tabela de Processos(S-1070), com indMatProc = [1].
Declaration
public string NrProc { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoProcesso
Preencher com o código correspondente ao tipo de processo.
Valores válidos:
1 - Administrativo
2 - Judicial
Declaration
public TipoProcesso TipoProcesso { get; set; }
Property Value
VrCPSusp
Valor da contribuição previdenciária com exigibilidade suspensa.
Validação: Preenchimento obrigatório se vrRatSusp e vrSenarSusp não tiverem sido preenchidos.
Deve ser um valor maior que 0 (zero).
Declaration
public double VrCPSusp { get; set; }
Property Value
Type |
Description |
System.Double |
|
VrCPSuspField
Declaration
public string VrCPSuspField { get; set; }
Property Value
Type |
Description |
System.String |
|
VrRatSusp
Valor da contribuição para GILRAT com exigibilidade suspensa.
Validação: Preenchimento obrigatório se vrCPSusp e vrSenarSusp não tiverem sido preenchidos.
Deve ser um valor maior que 0 (zero).
Declaration
public double VrRatSusp { get; set; }
Property Value
Type |
Description |
System.Double |
|
VrRatSuspField
Declaration
public string VrRatSuspField { get; set; }
Property Value
Type |
Description |
System.String |
|
VrSenarSusp
Declaration
public double VrSenarSusp { get; set; }
Property Value
Type |
Description |
System.Double |
|
VrSenarSuspField
Declaration
public string VrSenarSuspField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeVrCPSuspField()
Declaration
public bool ShouldSerializeVrCPSuspField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVrRatSuspField()
Declaration
public bool ShouldSerializeVrRatSuspField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVrSenarSuspField()
Declaration
public bool ShouldSerializeVrSenarSuspField()
Returns
Type |
Description |
System.Boolean |
|