Class PixConsultar
XML de consulta de PIX
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.PIX
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("PIXGetRequest", IsNullable = false)]
public class PixConsultar : XMLBase, IXmlSerializable
Properties
Beneficiario
Beneficiário
Declaration
[XmlElement("Beneficiario", Order = 5)]
public PixBeneficiario Beneficiario { get; set; }
Property Value
| Type | Description |
|---|---|
| PixBeneficiario |
ConfigurationId
Identificador da configuração
Declaration
[XmlElement("ConfigurationId", Order = 0)]
public string ConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
Data final de emissão do PIX
Declaration
[XmlIgnore]
public DateTimeOffset EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
EndDateField
Data final de emissão do PIX no formato AAAA-MM-DD
Declaration
[XmlElement("EndDate", Order = 2)]
public string EndDateField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartDate
Data inicial de emissão do PIX
Declaration
[XmlIgnore]
public DateTimeOffset StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
StartDateField
Data inicial de emissão do PIX no formato AAAA-MM-DD
Declaration
[XmlElement("StartDate", Order = 1)]
public string StartDateField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Testing
Indicador de teste
Declaration
[XmlElement("Testing", Order = 4)]
public bool Testing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TestingSpecified
Indica se Testing deve ser serializado
Declaration
[XmlIgnore]
public bool TestingSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TxId
Identificador da transação
Declaration
[XmlElement("TxId", Order = 3)]
public string TxId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UseHomologServer
Uso de servidor de homologação
Declaration
[XmlElement("UseHomologServer", Order = 6)]
public bool UseHomologServer { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UseHomologServerSpecified
Indica se UseHomologServer deve ser serializado
Declaration
[XmlIgnore]
public bool UseHomologServerSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Versao
Versão do leiaute
Declaration
[XmlAttribute("versao")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeEndDateField()
Indica se EndDateField deve ser serializado
Declaration
public bool ShouldSerializeEndDateField()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeStartDateField()
Indica se StartDateField deve ser serializado
Declaration
public bool ShouldSerializeStartDateField()
Returns
| Type | Description |
|---|---|
| bool |