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