Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DARELote

    DARE - SP - Documento de Arrecadação de Receitas Estaduais Envio individual

    Inheritance
    System.Object
    XMLBase
    DARELote
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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.DARE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DARELote : XMLBase, IXmlSerializable

    Properties

    DadosContribuinteNaoCadastrado

    Dados do contribuinte não cadastrado no sistema. Contém informações relevantes sobre o contribuinte que não está registrado no cadastro oficial.

    Declaration
    [JsonProperty("dadosContribuinteNaoCadastrado")]
    public DadosContribuinteNaoCadastrado DadosContribuinteNaoCadastrado { get; set; }
    Property Value
    Type Description
    DadosContribuinteNaoCadastrado

    Erro

    Informações sobre erros relacionados ao processamento do lote DARE. Fornece detalhes sobre problemas ou falhas encontradas.

    Declaration
    [JsonProperty("erro")]
    public Erro Erro { get; set; }
    Property Value
    Type Description
    Erro

    ItensParaGeracao

    Lista de itens para geração no lote DARE. Contém os diferentes elementos que compõem o lote para processamento.

    Declaration
    [JsonProperty("itensParaGeracao")]
    public List<ItensParaGeracao> ItensParaGeracao { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ItensParaGeracao>

    TipoAgrupamentoFilhotes

    Tipo de agrupamento dos "filhotes" no lote DARE. Este campo define como os subelementos ou documentos são agrupados no lote.

    Declaration
    [JsonProperty("tipoAgrupamentoFilhotes")]
    public string TipoAgrupamentoFilhotes { get; set; }
    Property Value
    Type Description
    System.String

    Versao

    Declaration
    [JsonIgnore]
    public string Versao { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IXmlSerializable