Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 733 Bytes

File metadata and controls

22 lines (11 loc) · 733 Bytes

Voucherify.CategoriesCreateResponseBody

Properties

Name Type Description Notes
id String Unique category ID assigned by Voucherify. [optional]
name String Category name. [optional]
hierarchy Number Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. [optional]
object String [optional] [default to 'category']
createdAt Date Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]

Enum: ObjectEnum

  • category (value: "category")