Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

File metadata and controls

12 lines (8 loc) · 579 Bytes

Voucherify.Model.CategoriesCreateRequestBody

Request body schema for POST v1/categories.

Properties

Name Type Description Notes
Name string Category name. [optional]
Hierarchy int? Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. [optional]

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