Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Internal ID of this entity. | |
created | OffsetDateTime | The time this entity was created. | |
modified | OffsetDateTime | The time this entity was last modified. | |
companyName | String | ||
domainName | String | Subdomain Name for yourcompany.talon.one. | |
state | StateEnum | State of the account (active, deactivated). | |
billingEmail | String | The billing email address associated with your company account. | |
planName | String | The name of your booked plan. | [optional] |
planExpires | OffsetDateTime | The point in time at which your current plan expires. | [optional] |
applicationLimit | Integer | The maximum number of Applications covered by your plan. | [optional] |
userLimit | Integer | The maximum number of Campaign Manager Users covered by your plan. | [optional] |
campaignLimit | Integer | The maximum number of Campaigns covered by your plan. | [optional] |
apiLimit | Integer | The maximum number of Integration API calls covered by your plan per billing period. | [optional] |
applicationCount | Integer | The current number of Applications in your account. | |
userCount | Integer | The current number of Campaign Manager Users in your account. | |
campaignsActiveCount | Integer | The current number of active Campaigns in your account. | |
campaignsInactiveCount | Integer | The current number of inactive Campaigns in your account. | |
attributes | Object | Arbitrary properties associated with this campaign. | [optional] |
Name | Value |
---|---|
ACTIVE | "active" |
DEACTIVATED | "deactivated" |