Sha256: e66924847b8ebfaa6c71b7d757cde2cdc5af769b7157787784cb85da2bf00da6
Contents?: true
Size: 783 Bytes
Versions: 3
Compression:
Stored size: 783 Bytes
Contents
# ElasticEmail::SubaccountPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | Proper email address. | [optional] | | **password** | **String** | Current password. | [optional] | | **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/SubaccountPayload.md |
ElasticEmail-4.0.11 | docs/SubaccountPayload.md |
ElasticEmail-4.0.1 | docs/SubaccountPayload.md |