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)
Content copied to clipboard
Properties
addressLine1
Link copied to clipboard
addressLine2
Link copied to clipboard
countryCode
Link copied to clipboard
geoLocation
Link copied to clipboard
phoneNumber
Link copied to clipboard