Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.2 KB

CategoriesGetResponseBody.md

File metadata and controls

37 lines (21 loc) · 1.2 KB

CategoriesGetResponseBody

Response body schema for GET /categories/{categoryId}.

Properties

Name Type Description Notes
id String Unique category ID assigned by Voucherify.
name String Category name.
hierarchy Integer Category hierarchy.
_object ObjectEnum The type of the object represented by the JSON. This object stores information about the category.
createdAt OffsetDateTime Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format.
updatedAt OffsetDateTime Timestamp representing the date and time when the category was updated. The value is shown in the ISO 8601 format. [optional]
stackingRulesType StackingRulesTypeEnum The type of the stacking rule eligibility. [optional]

Enum: ObjectEnum

Name Value
CATEGORY "category"

Enum: StackingRulesTypeEnum

Name Value
JOINT "JOINT"
EXCLUSIVE "EXCLUSIVE"