Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DARELoteRetorno

    Retorno DARE Lote (negativo e positivo)

    Inheritance
    System.Object
    XMLBase
    DARELoteRetorno
    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 DARELoteRetorno : XMLBase, IXmlSerializable

    Properties

    Erro

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

    Errors

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

    ItensParaGeracaoRetorno

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

    Status

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

    TipoAgrupamentoFilhotes

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

    Title

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

    TraceId

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

    Type

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

    ZipDownload

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

    Implements

    IXmlSerializable