StoreDetails

data class StoreDetails(name: String, addressLine1: String, addressLine2: String, postCode: String, city: String, state: String, country: String, countryCode: String, phoneNumber: String, geoLocation: GeoLocation)

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
geoLocation
Link copied to clipboard
common
val geoLocation: GeoLocation
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