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
/
ProductCategoryResponseItem
Product
Category
Response
Item
data
class
ProductCategoryResponseItem
(
val
id
:
String
,
val
name
:
String
,
val
code
:
String
,
val
children
:
List
<
ProductCategoryResponseSubItem
>
)
(
source
)
Members
Constructors
Product
Category
Response
Item
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
code
:
String
,
children
:
List
<
ProductCategoryResponseSubItem
>
)
Properties
children
Link copied to clipboard
val
children
:
List
<
ProductCategoryResponseSubItem
>
code
Link copied to clipboard
val
code
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String