Class retPIXCobrancaConsultar
Retorno da consulta de cobrança PIX
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.PIX
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("PIXConsultaResponse", IsNullable = false)]
public class retPIXCobrancaConsultar : XMLBase, IXmlSerializable
Properties
DLLVersao
Versão da DLL
Declaration
[XmlElement(Order = 3)]
public string DLLVersao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
Lista de itens encontrados
Declaration
[XmlArray("Items", Order = 2)]
[XmlArrayItem("Item")]
public List<retPIXItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<retPIXItem> |
Motivo
Motivo do retorno
Declaration
[XmlElement(Order = 1)]
public string Motivo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Status do retorno
Declaration
[XmlElement(Order = 0)]
public int Status { get; set; }
Property Value
| Type | Description |
|---|---|
| int |