Manage abuse complaints for a specific list. An abuse complaint occurs when your recipient reports an email as spam in their mail program.
package |
Default |
---|
__construct(array $data = NULL)
array
all() : \MailChimp\Response\AbuseReportListResponse
Get all abuse reports for a specific list.
\MailChimp\Response\AbuseReportListResponse
api()
clear()
config()
getAction( $name)
getActionField(string $action, string $name) : \MailChimp\Core\ActionField
getActionFields(string $action) : array<mixed,\MailChimp\Core\ActionField>
getField(string $name) : \MailChimp\Core\Field
string
\MailChimp\Core\Field
getFields() : array
array
getPath(\MailChimp\Core\string $child = NULL, array $params = NULL) : string
\MailChimp\Core\string
array
string
hasField(string $name) : boolean
string
Field name
boolean
initialize()
jsonSerialize()
merge( $data)
own( $class, $args)
parseActionPath( &$params)
read() : \MailChimp\Models\Lists\AbuseReport
Get details about a specific abuse report.
\MailChimp\Models\Lists\AbuseReport
reference( &$field, $name)
setApi(\MailChimp\Interfaces\MailChimpInterface &$api)
setConfig(\MailChimp\Interfaces\ConfigInterface &$config)
path : string
var |
---|
string
params : array
var |
---|
array
action : array
var |
---|
array
_action : array
var |
---|
array
data : object
var |
---|
object
_fields : array
var |
---|
array
fields : array
var |
---|
array
_reference : array
var |
---|
array
_api :
_config :
id : float
The id for the abuse report
float
campaign_id : string
The campaign id for the abuse report
string
list_id : string
The list id for the abuse report.
string
email_id : string
The MD5 hash of the lowercase version of the list member’s email address.
string
email_address : string
Email address for a subscriber.
string
merge_fields : \MailChimp\Core\HashMap
An individual merge var and value for a member.
\MailChimp\Core\HashMap
vip : boolean
VIP status for subscriber.
boolean
date : string
Date for the abuse report
string
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>