Class DARELoteRetorno
Retorno DARE Lote (negativo e positivo)
Inheritance
System.Object
DARELoteRetorno
Inherited Members
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DARELoteRetorno : XMLBase, IXmlSerializable
Properties
Erro
Declaration
[JsonProperty("erro")]
public ErroLoteRetorno Erro { get; set; }
Property Value
Errors
Declaration
[JsonProperty("errors")]
public Errors Errors { get; set; }
Property Value
ItensParaGeracaoRetorno
Declaration
[JsonProperty("itensParaGeracao")]
public List<ItensParaGeracaoRetorno> ItensParaGeracaoRetorno { get; set; }
Property Value
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