Sha256: 156f10a9652920e85a19e954b2854f6ab36104f8e2550f8c810bdb1b29e46a71
Contents?: true
Size: 896 Bytes
Versions: 6
Compression:
Stored size: 896 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
6 entries across 6 versions & 1 rubygems