Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 896 Bytes

UpdateAccount.md

File metadata and controls

25 lines (18 loc) · 896 Bytes

TalonOne::UpdateAccount

Properties

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

Code Sample

require 'TalonOne'

instance = TalonOne::UpdateAccount.new(attributes: null,
                                 company_name: null,
                                 billing_email: null,
                                 state: null,
                                 plan_expires: null)