Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 733 Bytes

UpdateAccount.md

File metadata and controls

25 lines (14 loc) · 733 Bytes

UpdateAccount

Properties

Name Type Description Notes
attributes Object Arbitrary properties associated with this campaign. [optional]
companyName String Name of your company.
billingEmail String The billing email address associated with your company account.
state StateEnum State of the account (active, deactivated). [optional]
planExpires OffsetDateTime The point in time at which your current plan expires. [optional]

Enum: StateEnum

Name Value
ACTIVE "active"
DEACTIVATED "deactivated"