Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.86 KB

File metadata and controls

38 lines (27 loc) · 1.86 KB

Account

Properties

Name Type Description Notes
id Long The 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 Long The maximum number of Applications covered by your plan. [optional]
userLimit Long The maximum number of Campaign Manager Users covered by your plan. [optional]
campaignLimit Long The maximum number of Campaigns covered by your plan. [optional]
apiLimit Long The maximum number of Integration API calls covered by your plan per billing period. [optional]
applicationCount Long The current number of Applications in your account.
userCount Long The current number of Campaign Manager Users in your account.
campaignsActiveCount Long The current number of active Campaigns in your account.
campaignsInactiveCount Long The current number of inactive Campaigns in your account.
attributes Object Arbitrary properties associated with this campaign. [optional]

Enum: StateEnum

Name Value
ACTIVE "active"
DEACTIVATED "deactivated"