Response body schema for GET v1/categories/{categoryId}.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique category ID assigned by Voucherify. | [optional] |
| Name | string | Category name. | [optional] |
| Hierarchy | int? | Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. | [optional] |
| Object | string | The type of the object represented by the JSON. This object stores information about the category. | [optional] |
| CreatedAt | DateTimeOffset? | Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. | [optional] |
| UpdatedAt | DateTimeOffset? | Timestamp representing the date and time when the category was updated. The value is shown in the ISO 8601 format. | [optional] |