Class EBoletoPagador
Pagador
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class EBoletoPagador
Properties
Codigo
Codigo
Declaration
[XmlElement("Codigo")]
public string Codigo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
[XmlElement("Email")]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Endereco
Endereco
Declaration
[XmlElement("Endereco")]
public EBoletoEndereco Endereco { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoEndereco |
Inscricao
Inscricao
Declaration
[XmlElement("Inscricao")]
public string Inscricao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nome
Nome
Declaration
[XmlElement("Nome")]
public string Nome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Telefone
Telefone
Declaration
[XmlElement("Telefone")]
public string Telefone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TipoInscricao
Tipo de inscricao
Declaration
[XmlElement("TipoInscricao")]
public EBoletoTipoInscricao TipoInscricao { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoTipoInscricao |