Class BoletoInformarPagto
XML de informacao de pagamento do boleto
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("BoletoInformarPagto", IsNullable = false)]
public class BoletoInformarPagto : XMLBase, IXmlSerializable
Properties
ConfigurationId
Identificador da configuracao
Declaration
[XmlElement("ConfigurationId")]
public string ConfigurationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumeroNoBanco
Numero no banco
Declaration
[XmlElement("NumeroNoBanco")]
public string NumeroNoBanco { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |