staffstart-android-sdk
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.domain.model
/
Shop
Shop
data
class
Shop
(
val
shopId
:
Int
,
val
shopCode
:
String
,
val
name
:
String
,
val
label
:
RelativeLabel
)
(
source
)
Members
Constructors
Shop
Link copied to clipboard
constructor
(
shopId
:
Int
,
shopCode
:
String
,
name
:
String
,
label
:
RelativeLabel
)
Properties
label
Link copied to clipboard
val
label
:
RelativeLabel
name
Link copied to clipboard
val
name
:
String
shop
Code
Link copied to clipboard
val
shopCode
:
String
shop
Id
Link copied to clipboard
val
shopId
:
Int