FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: category-path-to-root-node.md
# Category Path to Root Node A node in the path from a retrieved category to its root node. ## Structure `CategoryPathToRootNode` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `categoryId` | `?string` | Optional | The category's ID. | getCategoryId(): ?string | setCategoryId(?string categoryId): void | | `categoryName` | `?string` | Optional | The category's name. | getCategoryName(): ?string | setCategoryName(?string categoryName): void | ## Example (as JSON) ```json { "category_id": "category_id0", "category_name": "category_name0" } ```
Save
Back