Field | Type | Required | Description |
---|---|---|---|
ID |
string | ✔️ | The ID of the benefit. |
CreatedAt |
time.Time | ✔️ | Creation timestamp of the object. |
ModifiedAt |
time.Time | ✔️ | Last modification timestamp of the object. |
Type |
components.BenefitType | ✔️ | N/A |
Description |
string | ✔️ | The description of the benefit. |
Selectable |
bool | ✔️ | Whether the benefit is selectable when creating a product. |
Deletable |
bool | ✔️ | Whether the benefit is deletable. |
OrganizationID |
string | ✔️ | The ID of the organization owning the benefit. |