Class EBoletoAvalista
Avalista do boleto
Inherited Members
Namespace: Unimake.Business.DFe.Xml.EBoleto
Assembly: Unimake.Business.DFe.dll
Syntax
public class EBoletoAvalista
Properties
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 |
TipoInscricao
Tipo de inscricao
Declaration
[XmlElement("TipoInscricao")]
public EBoletoTipoInscricao TipoInscricao { get; set; }
Property Value
| Type | Description |
|---|---|
| EBoletoTipoInscricao |