GetStoresStore

data class GetStoresStore(val id: String, val storeName: String)

Constructors

Link copied to clipboard
constructor(id: String, storeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the store.

Link copied to clipboard

The name of the store.