Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.12 KB

File metadata and controls

16 lines (12 loc) · 1.12 KB

Voucherify.Model.CategoriesGetResponseBody

Response body schema for GET v1/categories/{categoryId}.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]