Address

data class Address

User's address.

Properties

Link copied to clipboard
var city: String? = null

user's city

Link copied to clipboard

Two-letter country code.

Link copied to clipboard
var region: String? = null

Functions

Link copied to clipboard
fun setCountryISOCode(countryISOCode: String)

Set country code.