Class EBoletoEndereco
Endereco
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class EBoletoEndereco
Properties
Bairro
Bairro
Declaration
[XmlElement("Bairro")]
public string Bairro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CEP
CEP
Declaration
[XmlElement("CEP")]
public string CEP { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cidade
Cidade
Declaration
[XmlElement("Cidade")]
public string Cidade { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Complemento
Complemento
Declaration
[XmlElement("Complemento")]
public string Complemento { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Logradouro
Logradouro
Declaration
[XmlElement("Logradouro")]
public string Logradouro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Numero
Numero
Declaration
[XmlElement("Numero")]
public string Numero { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UF
UF
Declaration
[XmlElement("UF")]
public string UF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |