Structure
Category
public struct Category: Equatable
Relationships
Nested Types
Category.Code
Category.Kind
A type of category.
Conforms To
Equatable
Nested Type Aliases
Initializers
Properties
id
let id: ID
code
let code: Category.Code
name
let name: String
sortOrder
let sortOrder: Int
parent
let parent: ID?