Guest User

Untitled

a guest
Jul 30th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. namespace webapi.Integration.Response
  2. {
  3. public class ViaCepResponse
  4. {
  5. public string? Cep { get; set; }
  6. public string? Logradouro { get; set; }
  7. public string? Complemento { get; set; }
  8. public string? Bairro { get; set; }
  9. public string? Localidade { get; set; }
  10. public string? Uf { get; set; }
  11. public string? Ibge { get; set; }
  12. public string? Gia { get; set; }
  13. public string? Ddd { get; set; }
  14. public string? Siafi { get; set; }
  15. }
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment