Class DARELoteRetorno
Retorno DARE Lote (negativo e positivo)
Inheritance
DARELoteRetorno
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
Errors
Declaration
[XmlElement("errors")]
[JsonProperty("errors")]
public Errors Errors { get; set; }
Property Value
ItensParaGeracaoRetorno
Declaration
[XmlElement("itensParaGeracao")]
[JsonProperty("itensParaGeracao")]
public List<ItensParaGeracaoRetorno> ItensParaGeracaoRetorno { get; set; }
Property Value
Status
Declaration
[XmlElement("status")]
[JsonProperty("status")]
public string Status { get; set; }
Property Value
TipoAgrupamentoFilhotes
Declaration
[XmlElement("tipoAgrupamentoFilhotes")]
[JsonProperty("tipoAgrupamentoFilhotes")]
public string TipoAgrupamentoFilhotes { get; set; }
Property Value
Title
Declaration
[XmlElement("title")]
[JsonProperty("title")]
public string Title { get; set; }
Property Value
TraceId
Declaration
[XmlElement("traceId")]
[JsonProperty("traceId")]
public string TraceId { get; set; }
Property Value
Type
Declaration
[XmlElement("type")]
[JsonProperty("type")]
public string Type { get; set; }
Property Value
ZipDownload
Declaration
[XmlElement("zipDownload")]
[JsonProperty("zipDownload")]
public string ZipDownload { get; set; }
Property Value
Implements