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.view.model.productCategory
/
ProductCategory
Product
Category
android
data
class
ProductCategory
(
val
id
:
String
,
val
name
:
String
,
val
code
:
String
,
val
children
:
List
<
ProductSubCategory
>
)
(
source
)
Members
Constructors
Product
Category
Link copied to clipboard
android
constructor
(
id
:
String
,
name
:
String
,
code
:
String
,
children
:
List
<
ProductSubCategory
>
)
Properties
children
Link copied to clipboard
android
val
children
:
List
<
ProductSubCategory
>
code
Link copied to clipboard
android
val
code
:
String
id
Link copied to clipboard
android
val
id
:
String
name
Link copied to clipboard
android
val
name
:
String