data class Address
<init> |
Address(city: String?, country: String?, state: String?, street: String?, street2: String?, zip_code: String?) |
city |
val city: String? |
country |
val country: String? |
state |
val state: String? |
street |
val street: String? |
street2 |
val street2: String? |
zip_code |
val zip_code: String? |