Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfoFGTS5003

    Informações relativas ao Fundo de Garantia do Tempo de Serviço - FGTS

    Inheritance
    object
    InfoFGTS5003
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.ESocial
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfoFGTS5003

    Properties

    ClassTrib

    Preencher com o código correspondente à classificação tributária do contribuinte, conforme Tabela 08

    Declaration
    [XmlElement("classTrib")]
    public ClassificacaoTributaria? ClassTrib { get; set; }
    Property Value
    Type Description
    ClassificacaoTributaria?

    DtVenc

    Data de vencimento do FGTS mensal

    Declaration
    [XmlIgnore]
    public DateTimeOffset DtVenc { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DtVencField

    Declaration
    [XmlElement("dtVenc")]
    public string DtVencField { get; set; }
    Property Value
    Type Description
    string

    IdeEstab

    Identificação do estabelecimento ou obra de construção civil

    Declaration
    [XmlElement("ideEstab")]
    public List<IdeEstab5003> IdeEstab { get; set; }
    Property Value
    Type Description
    List<IdeEstab5003>

    Methods

    ShouldSerializeClassTrib()

    Declaration
    public bool ShouldSerializeClassTrib()
    Returns
    Type Description
    bool

    ShouldSerializeDtVencField()

    Declaration
    public bool ShouldSerializeDtVencField()
    Returns
    Type Description
    bool