Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Remuneracao2206

    Informações da remuneração e periodicidade de pagamento.

    Inheritance
    System.Object
    Remuneracao2206
    Remuneracao2300
    Remuneracao2306
    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 Remuneracao2206

    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

    UndSalFixo

    Unidade de pagamento da parte fixa da remuneração.

    Declaration
    public UndSalFixo UndSalFixo { 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