Store

data class Store(id: String, name: String, addressLine1: String, addressLine2: String, postCode: String, city: String, state: String, country: String, countryCode: String, phoneNumber: String, geoLocation: GeoLocation, status: String, createdAt: Instant, updatedAt: Instant)

Properties

addressLine1
Link copied to clipboard
common
val addressLine1: String
addressLine2
Link copied to clipboard
common
val addressLine2: String
city
Link copied to clipboard
common
val city: String
country
Link copied to clipboard
common
val country: String
countryCode
Link copied to clipboard
common
val countryCode: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
geoLocation
Link copied to clipboard
common
val geoLocation: GeoLocation
id
Link copied to clipboard
common
val id: String
name
Link copied to clipboard
common
val name: String
phoneNumber
Link copied to clipboard
common
val phoneNumber: String
postCode
Link copied to clipboard
common
val postCode: String
state
Link copied to clipboard
common
val state: String
status
Link copied to clipboard
common
val status: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant