Sha256: 3876b74e27de166422d20ef9a1816029446038fc0493e067fb553971f3300f32
Contents?: true
Size: 744 Bytes
Versions: 7
Compression:
Stored size: 744 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) | | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SubaccountPayload.new( email: mail@example.com, password: ********, send_activation: null, settings: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems