Updated code

This commit is contained in:
Chandresh Kerkar 2025-12-20 14:47:14 +05:30
parent d46bc1f461
commit feca34f892
1 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,9 @@ data class User(
@Serializable
data class Location(
val city: String?,
val state: String?,
val pincode: String?
@SerialName("city_village") val cityVillage: String? = null,
val state: String? = null,
val pincode: String? = null
)
@Serializable