Sha256: d608698d83b043b4e9cf13b33228ff2e08d84c83e1575525af8442dfccf0c05f

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

# TalonOne::NewAccountSignUp

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewAccountSignUp.new(email: john.doe@example.com,
                                 password: admin123456,
                                 company_name: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewAccountSignUp.md
talon_one-6.0.0 docs/NewAccountSignUp.md
talon_one-5.0.0 docs/NewAccountSignUp.md