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

Version Path
talon_one-2.5.1 docs/UpdateAccount.md
talon_one-2.4.0 docs/UpdateAccount.md
talon_one-2.3.0 docs/UpdateAccount.md
talon_one-2.2.0 docs/UpdateAccount.md
talon_one-2.1.1 docs/UpdateAccount.md
talon_one-2.1.0 docs/UpdateAccount.md
talon_one-2.0.0 docs/UpdateAccount.md