ElasticEmail::SubAccountInfo
Name
Type
Description
Notes
public_account_id
String
Public key for limited access to your Account such as contact/add so you can use it safely on public websites.
[optional]
email
String
Proper email address.
[optional]
settings
SubaccountSettingsInfo
[optional]
last_activity
Time
Date of last activity on Account
[optional]
email_credits
Integer
Amount of email credits
[optional]
total_emails_sent
Integer
Amount of emails sent from this Account
[optional]
reputation
Float
Numeric reputation
[optional]
status
AccountStatusEnum
[optional][default to 'Disabled']
contacts_count
Integer
How many contacts this SubAccount has stored
[optional]
require 'ElasticEmail'
instance = ElasticEmail ::SubAccountInfo . new (
public_account_id : EB3EBB7A -C20D -4 D39 -8 F2F -5E6842 F58E6F ,
email : mail @example . com ,
settings : null ,
last_activity : null ,
email_credits : 1000 ,
total_emails_sent : 1000 ,
reputation : 100 ,
status : null ,
contacts_count : null
)