hello all please am having an issue with parsing a...
# android
s
hello all please am having an issue with parsing an object to my data class the properties keep returning null from the retrofit response but i can see the body log on my studio terminal from okhttp.
Copy code
data class OtpResponse(val code:String, val status:String)
here is the response logged from okhttp interceptor
Copy code
{
  "status": "ok",
  "code": "0490"
}