Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace webapi.Integration.Response
- {
- public class ViaCepResponse
- {
- public string? Cep { get; set; }
- public string? Logradouro { get; set; }
- public string? Complemento { get; set; }
- public string? Bairro { get; set; }
- public string? Localidade { get; set; }
- public string? Uf { get; set; }
- public string? Ibge { get; set; }
- public string? Gia { get; set; }
- public string? Ddd { get; set; }
- public string? Siafi { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment