Class retBoletoConsultarEndereco
Endereço do pagador na consulta de boleto
Inheritance
retBoletoConsultarEndereco
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class retBoletoConsultarEndereco
Properties
Bairro
Declaration
[XmlElement]
public string Bairro { get; set; }
Property Value
CEP
Declaration
[XmlElement]
public string CEP { get; set; }
Property Value
Cidade
Declaration
[XmlElement]
public string Cidade { get; set; }
Property Value
Complemento
Declaration
[XmlElement]
public string Complemento { get; set; }
Property Value
Logradouro
Declaration
[XmlElement]
public string Logradouro { get; set; }
Property Value
Numero
Declaration
[XmlElement]
public string Numero { get; set; }
Property Value
UF
Declaration
[XmlElement]
public string UF { get; set; }
Property Value