Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.22 KB

AccountAdditionalCost.md

File metadata and controls

29 lines (16 loc) · 1.22 KB

TalonOne.AccountAdditionalCost

Properties

Name Type Description Notes
id Number Internal ID of this entity.
created Date The time this entity was created.
accountId Number 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 [Number] 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 'session']

Enum: TypeEnum

  • session (value: "session")

  • item (value: "item")

  • both (value: "both")