Class BoletoConsultar
XML de consulta de boleto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("BoletoConsultar", IsNullable = false)]
public class BoletoConsultar : XMLBase, IXmlSerializable
Properties
ConfigurationId
Identificador da configuracao
Declaration
[XmlElement("ConfigurationId")]
public string ConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataEmissaoFinal
Data de emissao final
Declaration
[XmlIgnore]
public DateTimeOffset DataEmissaoFinal { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DataEmissaoFinalField
Data de emissao final no formato AAAA-MM-DD
Declaration
[XmlElement("DataEmissaoFinal")]
public string DataEmissaoFinalField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataEmissaoInicial
Data de emissao inicial
Declaration
[XmlIgnore]
public DateTimeOffset DataEmissaoInicial { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
DataEmissaoInicialField
Data de emissao inicial no formato AAAA-MM-DD
Declaration
[XmlElement("DataEmissaoInicial")]
public string DataEmissaoInicialField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumerosNoBanco
Lista de numeros no banco
Declaration
[XmlElement("NumerosNoBanco")]
public EBoletoNumerosNoBanco NumerosNoBanco { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoNumerosNoBanco |
PageNumber
Numero da pagina
Declaration
[XmlElement("PageNumber")]
public int PageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PageNumberSpecified
Indica se PageNumber deve ser serializado
Declaration
[XmlIgnore]
public bool PageNumberSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PageSize
Tamanho da pagina
Declaration
[XmlElement("PageSize")]
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PageSizeSpecified
Indica se PageSize deve ser serializado
Declaration
[XmlIgnore]
public bool PageSizeSpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Testing
Indicador de teste
Declaration
[XmlElement("Testing")]
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 |
UseHomologServer
Uso de servidor de homologacao
Declaration
[XmlElement("UseHomologServer")]
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
Versao do leiaute
Declaration
[XmlAttribute("versao")]
public string Versao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeDataEmissaoFinalField()
Indica se DataEmissaoFinalField deve ser serializado
Declaration
public bool ShouldSerializeDataEmissaoFinalField()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeDataEmissaoInicialField()
Indica se DataEmissaoInicialField deve ser serializado
Declaration
public bool ShouldSerializeDataEmissaoInicialField()
Returns
| Type | Description |
|---|---|
| bool |