Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 868 Bytes

File metadata and controls

15 lines (11 loc) · 868 Bytes

Voucherify.Model.CategoriesCreateResponseBody

Response body schema for POST v1/categories.

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 [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format. [optional]

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