Class Ender
Classe de endereço do contribuinte
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
public class Ender
Properties
CEP
CEP
Declaration
[XmlElement("CEP")]
public string CEP { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CMun
Código IBGE do município
Declaration
[XmlElement("cMun")]
public int CMun { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Nro
Número
Declaration
[XmlElement("nro")]
public string Nro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XBairro
Bairro
Declaration
[XmlElement("xBairro")]
public string XBairro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XCpl
Complemento
Declaration
[XmlElement("xCpl")]
public string XCpl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XLgr
Logradouro
Declaration
[XmlElement("xLgr")]
public string XLgr { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XMun
Nome do município
Declaration
[XmlElement("xMun")]
public string XMun { get; set; }
Property Value
| Type | Description |
|---|---|
| string |