Sha256: decff772c14a8fa5b3f8cc2e9003143393cafe014184a0ca0161d0a90cfeb77f

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

# ElasticEmail::SubaccountPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | Proper email address. |  |
| **password** | **String** | Current password. |  |
| **send_activation** | **Boolean** | True, if you want to send activation email to this Account to confirm the creation of a new SubAccount. Otherwise, false (SubAccount will immediately be Active). | [optional] |
| **settings** | [**SubaccountSettingsInfoPayload**](SubaccountSettingsInfoPayload.md) | SubAccount settings | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::SubaccountPayload.new(
  email: mail@example.com,
  password: ********,
  send_activation: null,
  settings: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ElasticEmail-4.0.13 docs/SubaccountPayload.md