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. | |
name | str | The internal name used in API requests. | |
title | str | 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 | str | A description of this additional cost. | |
subscribed_applications_ids | list[int] | A list of the IDs of the applications that are subscribed to this additional cost. | [optional] |
type | str | 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'] |