BenefitPublic
April 28, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | str | :heavy_check_mark: | The ID of the benefit. |
created_at | date | :heavy_check_mark: | Creation timestamp of the object. |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. |
type | models.BenefitType | :heavy_check_mark: | N/A |
description | str | :heavy_check_mark: | The description of the benefit. |
selectable | bool | :heavy_check_mark: | Whether the benefit is selectable when creating a product. |
deletable | bool | :heavy_check_mark: | Whether the benefit is deletable. |
is_deleted | bool | :heavy_check_mark: | Whether the benefit is deleted. |
organization_id | str | :heavy_check_mark: | The ID of the organization owning the benefit. |