Sha256: 9244ce8f71ed03902a15243bf46cffae053710062a6d02d56f463c84fbf5a626

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

# TalonOne::NewAccountSignUp

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | The email address associated with your account. | 
**password** | **String** | The password for your account. | 
**company_name** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewAccountSignUp.new(email: null,
                                 password: null,
                                 company_name: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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