Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.01 KB

CategoriesGetResponseBody.md

File metadata and controls

14 lines (11 loc) · 1.01 KB

# CategoriesGetResponseBody

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] [default to 'category']
createdAt \DateTime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]
updatedAt \DateTime 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]