Store

interface Store

Represents a store with its unique identifier, name, and address details.

Properties

Link copied to clipboard
abstract val address: StoreAddress

The address details of the store.

Link copied to clipboard
abstract val id: String

The unique identifier of the store.

Link copied to clipboard
abstract val name: String

The name of the store.