SharedContactAddress

data class SharedContactAddress(type: String?, label: String?, street: String?, pobox: String?, neighborhood: String?, city: String?, region: String?, postcode: String?, country: String?)

Properties

Link copied to clipboard
val city: String? = null
Link copied to clipboard
val country: String? = null
Link copied to clipboard
val label: String? = null
Link copied to clipboard
val neighborhood: String? = null
Link copied to clipboard
val pobox: String? = null
Link copied to clipboard
val postcode: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard
val street: String? = null
Link copied to clipboard
val type: String? = null

the type of address (options: HOME, WORK, CUSTOM)