StoreAddress

interface StoreAddress

Represents the address details of a store, including city, country, street address, and postal code.

Properties

Link copied to clipboard
abstract val city: String

The city where the store is located.

Link copied to clipboard
abstract val country: String

The country where the store is located.

Link copied to clipboard

The first line of the store's street address.

Link copied to clipboard
abstract val streetAddressLine2: String?

The second line of the store's street address (optional).

Link copied to clipboard
abstract val zipcode: String

The postal code of the store's location.