Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DARELoteRetorno

    Retorno DARE Lote (negativo e positivo)

    Inheritance
    object
    XMLBase
    DARELoteRetorno
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.DARE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("DareLoteRetorno", Namespace = "https://portal.fazenda.sp.gov.br/servicos/dare", IsNullable = false)]
    public class DARELoteRetorno : XMLBase, IXmlSerializable

    Properties

    Erro

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

    Errors

    Declaration
    [XmlElement("errors")]
    [JsonProperty("errors")]
    public Errors Errors { get; set; }
    Property Value
    Type Description
    Errors

    ItensParaGeracaoRetorno

    Declaration
    [XmlElement("itensParaGeracao")]
    [JsonProperty("itensParaGeracao")]
    public List<ItensParaGeracaoRetorno> ItensParaGeracaoRetorno { get; set; }
    Property Value
    Type Description
    List<ItensParaGeracaoRetorno>

    Status

    Declaration
    [XmlElement("status")]
    [JsonProperty("status")]
    public string Status { get; set; }
    Property Value
    Type Description
    string

    TipoAgrupamentoFilhotes

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

    Title

    Declaration
    [XmlElement("title")]
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    TraceId

    Declaration
    [XmlElement("traceId")]
    [JsonProperty("traceId")]
    public string TraceId { get; set; }
    Property Value
    Type Description
    string

    Type

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

    ZipDownload

    Declaration
    [XmlElement("zipDownload")]
    [JsonProperty("zipDownload")]
    public string ZipDownload { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable