Class PixDevedor
Devedor
Inherited Members
Namespace: Unimake.Business.DFe.Xml.PIX
Assembly: Unimake.Business.DFe.dll
Syntax
public class PixDevedor
Properties
CEP
CEP
Declaration
[XmlElement("CEP", Order = 2)]
public string CEP { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cidade
Cidade
Declaration
[XmlElement("Cidade", Order = 4)]
public string Cidade { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Inscricao
Inscrição
Declaration
[XmlElement("Inscricao", Order = 1)]
public string Inscricao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Logradouro
Logradouro
Declaration
[XmlElement("Logradouro", Order = 3)]
public string Logradouro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nome
Nome
Declaration
[XmlElement("Nome", Order = 0)]
public string Nome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UF
UF
Declaration
[XmlElement("UF", Order = 5)]
public string UF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |