staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.domain.model
/
ShopRequest
Shop
Request
android
data
class
ShopRequest
(
val
labelId
:
List
<
Int
>
,
val
offset
:
Int
?
=
null
)
(
source
)
Members
Constructors
Shop
Request
Link copied to clipboard
android
constructor
(
labelId
:
List
<
Int
>
,
offset
:
Int
?
=
null
)
Properties
label
Id
Link copied to clipboard
android
val
labelId
:
List
<
Int
>
offset
Link copied to clipboard
android
val
offset
:
Int
?
=
null
Functions
to
Api
Request
Link copied to clipboard
android
fun
toApiRequest
(
)
:
ShopApiRequest