Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.27 KB

AccountAdditionalCost.md

File metadata and controls

16 lines (13 loc) · 1.27 KB

TalonOne.Model.AccountAdditionalCost

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.
Name string The internal name used in API requests.
Title string The human-readable name for the additional cost that will be shown in the Campaign Manager. Like `name`, the combination of entity and title must also be unique.
Description string A description of this additional cost.
SubscribedApplicationsIds List<int> A list of the IDs of the applications that are subscribed to this additional cost. [optional]
Type string The type of additional cost. Possible value: - `session`: Additional cost will be added per session. - `item`: Additional cost will be added per item. - `both`: Additional cost will be added per item and session. [optional] [default to TypeEnum.Session]

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