Name | Type | Description | Notes |
---|---|---|---|
String | The email address associated with the user profile. | ||
password | String | The password for your account. | |
company_name | String |
require 'TalonOne'
instance = TalonOne::NewAccountSignUp.new(email: john.doe@example.com,
password: admin123456,
company_name: null)