Sha256: 768cb3252cc2f298a287fe67520c21db8b5d8f1ac304b716cd140563df147d12
Contents?: true
Size: 894 Bytes
Versions: 7
Compression:
Stored size: 894 Bytes
Contents
# TalonOne::UpdateAccount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | 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 ```ruby require 'TalonOne' instance = TalonOne::UpdateAccount.new(attributes: null, company_name: null, billing_email: null, state: null, plan_expires: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems