Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class ProductCategory(val id: String, val name: String, val code: String, val children: List<ProductSubCategory>)
Link copied to clipboard