Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 851 Bytes

CategoriesUpdateResponseBody.md

File metadata and controls

14 lines (11 loc) · 851 Bytes

# CategoriesUpdateResponseBody

Properties

Name Type Description Notes
id string Unique category ID assigned by Voucherify. [optional]
name string Category name. [optional]
hierarchy int Category hierarchy. [optional]
object string [optional] [default to 'category']
created_at \DateTime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]
updated_at \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]