Class Remuneracao
Informações da remuneração e periodicidade de pagamento.
Inheritance
System.Object
Remuneracao
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 Remuneracao
Properties
DscSalVar
Descrição do salário por tarefa ou variável e como este é calculado.Ex.: Comissões pagas no percentual de 10% sobre as vendas. Validação: Preenchimento obrigatório se undSalFixo for igual a[6, 7].
Declaration
public string DscSalVar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnidadeSalarioFixo
Unidade de pagamento da parte fixa da remuneração.
Declaration
public UndSalFixo UnidadeSalarioFixo { get; set; }
Property Value
Type | Description |
---|---|
UndSalFixo |
VrSalFx
Salário base do trabalhador, correspondente à parte fixa da remuneração. Validação: Se undSalFixo for igual a [7], preencher com 0 (zero).
Declaration
public double VrSalFx { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VrSalFxField
Declaration
public string VrSalFxField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeDscSalVar()
Declaration
public bool ShouldSerializeDscSalVar()
Returns
Type | Description |
---|---|
System.Boolean |