Class CepResult
- Namespace
- JJMasterData.Brasil.Models
- Assembly
- JJMasterData.Brasil.dll
- Inheritance
-
CepResult
- Inherited Members
-
Properties
Bairro
public required string Bairro { get; set; }
Property Value
- string
Complemento
public string? Complemento { get; set; }
Property Value
- string
Localidade
public required string Localidade { get; set; }
Property Value
- string
Logradouro
public required string Logradouro { get; set; }
Property Value
- string
Uf
public required string Uf { get; set; }
Property Value
- string
Unidade
public string? Unidade { get; set; }
Property Value
- string
Methods
FromJson(string)
public static CepResult FromJson(string json)
Parameters
json
string
Returns
- CepResult
ToDictionary()
public Dictionary<string, object?> ToDictionary()
Returns
- Dictionary<string, object>