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