Class retBoletoConsultarPagador
Dados do pagador na consulta de boleto
Inheritance
retBoletoConsultarPagador
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class retBoletoConsultarPagador
Properties
Codigo
Declaration
[XmlElement]
public string Codigo { get; set; }
Property Value
Email
Declaration
[XmlElement]
public string Email { get; set; }
Property Value
Endereco
Declaration
[XmlElement]
public retBoletoConsultarEndereco Endereco { get; set; }
Property Value
Inscricao
Declaration
[XmlElement]
public string Inscricao { get; set; }
Property Value
Nome
Declaration
[XmlElement]
public string Nome { get; set; }
Property Value
Telefone
Declaration
[XmlElement]
public string Telefone { get; set; }
Property Value
TipoInscricao
Declaration
[XmlElement]
public int TipoInscricao { get; set; }
Property Value