Sha256: fb4ff6fda0d2a329524042bf29ba429be6273629a27800a16fee8dcbf7ce369d

Contents?: true

Size: 1.46 KB

Versions: 6

Compression:

Stored size: 1.46 KB

Contents

# TalonOne::AccountAdditionalCost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**account_id** | **Integer** | The ID of the account that owns this entity. | 
**name** | **String** | The additional cost name that will be used in API requests and Talang. E.g. if `name == \"shipping\"` then you would set the shipping additional cost by including an `additionalCosts.shipping` property in your request payload. | 
**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. | 
**subscribed_applications_ids** | **Array<Integer>** | A list of the IDs of the applications that are subscribed to this additional cost | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AccountAdditionalCost.new(id: null,
                                 created: null,
                                 account_id: null,
                                 name: null,
                                 title: null,
                                 description: null,
                                 subscribed_applications_ids: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/AccountAdditionalCost.md
talon_one-2.3.0 docs/AccountAdditionalCost.md
talon_one-2.2.0 docs/AccountAdditionalCost.md
talon_one-2.1.1 docs/AccountAdditionalCost.md
talon_one-2.1.0 docs/AccountAdditionalCost.md
talon_one-2.0.0 docs/AccountAdditionalCost.md