You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`created_at`|[date](https://docs.python.org/3/library/datetime.html#date-objects)|:heavy_check_mark:| Creation timestamp of the object.|
13
+
|`modified_at`|[date](https://docs.python.org/3/library/datetime.html#date-objects)|:heavy_check_mark:| Last modification timestamp of the object.|
14
+
|`id`|*str*|:heavy_check_mark:| The ID of the benefit.|
15
+
|`description`|*str*|:heavy_check_mark:| The description of the benefit.|
16
+
|`selectable`|*bool*|:heavy_check_mark:| Whether the benefit is selectable when creating a product.|
17
+
|`deletable`|*bool*|:heavy_check_mark:| Whether the benefit is deletable.|
18
+
|`organization_id`|*str*|:heavy_check_mark:| The ID of the organization owning the benefit.|
19
+
|`properties`|[models.BenefitCustomProperties](../models/benefitcustomproperties.md)|:heavy_check_mark:| Properties for a benefit of type `custom`.|
20
+
|~~`is_tax_applicable`~~|*bool*|:heavy_check_mark:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.|
|`description`|*str*|:heavy_check_mark:| The description of the benefit. Will be displayed on products having this benefit. |
11
-
|`is_tax_applicable`|*bool*|:heavy_check_mark:| Whether the benefit is taxable. |
12
11
|`properties`|[models.BenefitCustomCreateProperties](../models/benefitcustomcreateproperties.md)|:heavy_check_mark:| Properties for creating a benefit of type `custom`. |
|`organization_id`|*OptionalNullable[str]*|:heavy_minus_sign:| The ID of the organization owning the benefit. **Required unless you use an organization token.**|
0 commit comments