Class IdeEvento5001
Identificação do evento de retorno.
Inheritance
System.Object
IdeEvento5001
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 IdeEvento5001
Properties
IndApuracao
Indicativo de período de apuração.
Declaration
public IndApuracao IndApuracao { get; set; }
Property Value
Type | Description |
---|---|
IndApuracao |
NrRecArqBase
Preencher com o número do recibo do arquivo que deu origem ao presente arquivo de retorno ao empregador. Validação: Deve ser um recibo de entrega válido, correspondente ao arquivo que deu origem ao presente arquivo de retorno (S-1200, S-2299, S-2399 ou S-3000).
Declaration
public string NrRecArqBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PerApur
Informar o mês/ano (formato AAAA-MM) de referência das informações, se indApuracao for igual a[1], ou apenas o ano(formato AAAA), se indApuracao for igual a[2]. Validação: Deve ser um mês/ano ou ano válido, igual ou posterior ao início da obrigatoriedade dos eventos periódicos para o empregador.
Declaration
public string PerApur { get; set; }
Property Value
Type | Description |
---|---|
System.String |