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

Latest commit

 

History

History
15 lines (12 loc) · 1 KB

Category.md

File metadata and controls

15 lines (12 loc) · 1 KB

# Category

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 The type of the object represented by the JSON. This object stores information about the category. [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]
stacking_rules_type string The type of the stacking rule eligibility. [optional]

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