|
| 1 | + |
1 | 2 | # TalonOne.Model.Account
|
| 3 | + |
2 | 4 | ## Properties
|
3 | 5 |
|
4 | 6 | Name | Type | Description | Notes
|
5 | 7 | ------------ | ------------- | ------------- | -------------
|
6 |
| -**Id** | **int?** | Unique ID for this entity. | |
7 |
| -**Created** | **DateTime?** | The exact moment this entity was created. | |
8 |
| -**Modified** | **DateTime?** | The exact moment this entity was last modified. | |
| 8 | +**Id** | **int** | Unique ID for this entity. | |
| 9 | +**Created** | **DateTime** | The exact moment this entity was created. | |
| 10 | +**Modified** | **DateTime** | The exact moment this entity was last modified. | |
9 | 11 | **CompanyName** | **string** | |
|
10 | 12 | **DomainName** | **string** | Subdomain Name for yourcompany.talon.one |
|
11 |
| -**State** | **string** | State of the account (trial, active, trial_expired) | |
| 13 | +**State** | **string** | State of the account (active, deactivated) | |
12 | 14 | **BillingEmail** | **string** | The billing email address associated with your company account. |
|
13 | 15 | **PlanName** | **string** | The name of your booked plan. | [optional]
|
14 |
| -**PlanExpires** | **DateTime?** | The point in time at which your current plan expires. | [optional] |
15 |
| -**ApplicationLimit** | **int?** | The maximum number of Applications covered by your plan. | [optional] |
16 |
| -**UserLimit** | **int?** | The maximum number of Campaign Manager Users covered by your plan. | [optional] |
17 |
| -**CampaignLimit** | **int?** | The maximum number of Campaigns covered by your plan. | [optional] |
18 |
| -**ApiLimit** | **int?** | The maximum number of Integration API calls covered by your plan per billing period. | [optional] |
19 |
| -**ApplicationCount** | **int?** | The current number of Applications in your account. | |
20 |
| -**UserCount** | **int?** | The current number of Campaign Manager Users in your account. | |
21 |
| -**CampaignsActiveCount** | **int?** | The current number of active Campaigns in your account. | |
22 |
| -**CampaignsInactiveCount** | **int?** | The current number of inactive Campaigns in your account. | |
23 |
| -**Attributes** | **Object** | Arbitrary properties associated with this campaign | [optional] |
| 16 | +**PlanExpires** | **DateTime** | The point in time at which your current plan expires. | [optional] |
| 17 | +**ApplicationLimit** | **int** | The maximum number of Applications covered by your plan. | [optional] |
| 18 | +**UserLimit** | **int** | The maximum number of Campaign Manager Users covered by your plan. | [optional] |
| 19 | +**CampaignLimit** | **int** | The maximum number of Campaigns covered by your plan. | [optional] |
| 20 | +**ApiLimit** | **int** | The maximum number of Integration API calls covered by your plan per billing period. | [optional] |
| 21 | +**ApplicationCount** | **int** | The current number of Applications in your account. | |
| 22 | +**UserCount** | **int** | The current number of Campaign Manager Users in your account. | |
| 23 | +**CampaignsActiveCount** | **int** | The current number of active Campaigns in your account. | |
| 24 | +**CampaignsInactiveCount** | **int** | The current number of inactive Campaigns in your account. | |
| 25 | +**Attributes** | [**Object**](.md) | Arbitrary properties associated with this campaign | [optional] |
24 | 26 |
|
25 |
| -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 27 | +[[Back to Model list]](../README.md#documentation-for-models) |
| 28 | +[[Back to API list]](../README.md#documentation-for-api-endpoints) |
| 29 | +[[Back to README]](../README.md) |
26 | 30 |
|
0 commit comments