Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 969 Bytes

Catalog.md

File metadata and controls

17 lines (14 loc) · 969 Bytes

TalonOne.Model.Catalog

Properties

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.

[Back to Model list] [Back to API list] [Back to README]