Sha256: a50bc6017505b11c8b1da38e882a75928cd77031cd2ec2ef05b56410651ea4b9

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

# TalonOne::NewAdditionalCost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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::NewAdditionalCost.new(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/NewAdditionalCost.md
talon_one-2.3.0 docs/NewAdditionalCost.md
talon_one-2.2.0 docs/NewAdditionalCost.md
talon_one-2.1.1 docs/NewAdditionalCost.md
talon_one-2.1.0 docs/NewAdditionalCost.md
talon_one-2.0.0 docs/NewAdditionalCost.md