AddressDetailedInfo

data class AddressDetailedInfo(val street: String, val postalCode: String, val city: String, val jurisdiction: String)

Detailed information about the address.

Constructors

Link copied to clipboard
constructor(street: String, postalCode: String, city: String, jurisdiction: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address city portion of the document owner.

Link copied to clipboard

The address jurisdiction code portion of the document owner.

Link copied to clipboard

The address postal code portion of the document owner.

Link copied to clipboard

The address street portion of the document owner.