Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal ID of this entity. | |
created | datetime | The time this entity was created. | |
account_id | int | The ID of the account that owns this entity. | |
modified | datetime | The time this entity was last modified. | |
name | str | The cart item catalog name. | |
description | str | A description of this cart item catalog. | |
subscribed_applications_ids | list[int] | A list of the IDs of the applications that are subscribed to this catalog. | [optional] |
version | int | The current version of this catalog. | |
created_by | int | The ID of user who created this catalog. |