Address

Address information.

Types

Link copied to clipboard

Properties

Link copied to clipboard
val city: String? = null

City of the address

Link copied to clipboard
val countryCode: String? = null

Country code of the address. Use the two-character ISO Standard Country Codes

Link copied to clipboard
val postcode: String? = null

Postcode of the address

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String
Link copied to clipboard
val state: String? = null

State or province of the address

Link copied to clipboard
val street: String? = null

Street of the address

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)