Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
AccountId | int | The ID of the account that owns this entity. | |
Modified | DateTime | The time this entity was last modified. | |
Name | string | The cart item catalog name. | |
Description | string | A description of this cart item catalog. | |
SubscribedApplicationsIds | 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. | |
CreatedBy | int | The ID of user who created this catalog. |