\FuelSdkET_BounceEvent

Contains information pertaining to the specific event of an email message bounce.

Summary

Methods
Properties
Constants
get()
getMoreResults()
info()
__construct()
$authStub
$props
$filter
$organizationId
$organizationKey
$getSinceLastBatch
No constants found
No protected methods found
$obj
$lastRequestID
N/A
No private methods found
No private properties found
N/A

Properties

$authStub

$authStub : \FuelSdk\ET_Client

Type

\FuelSdk\ET_Client — The ET client object which performs the auth token, refresh token using clientID clientSecret

$props

$props : array

Type

array — Dictionary type array which may hold e.g. array('id' => '', 'key' => '')

$filter

$filter : array

Type

array — Dictionary type array which may hold e.g. array("Property"=>"", "SimpleOperator"=>"","Value"=>"")

$organizationId

$organizationId : string

Type

string — Organization Identifier.

$organizationKey

$organizationKey : string

Type

string — Organization Key.

$getSinceLastBatch

$getSinceLastBatch : boolean

Type

boolean — Gets or sets a boolean value indicating whether to get since last batch. true if get since last batch; otherwise, false.

$obj

$obj : string

Type

string — Object name, e.g. "ImportDefinition", "DataExtension", etc

$lastRequestID

$lastRequestID : string

Type

string — last Request identifier.

Methods

get()

get() : \FuelSdk\ET_Get

Returns

\FuelSdk\ET_Get

Object of type ET_Get which contains http status code, response, etc from the GET SOAP service

getMoreResults()

getMoreResults() : \FuelSdk\ET_Continue

Returns

\FuelSdk\ET_Continue

returns more response from the SOAP service

info()

info() : \FuelSdk\ET_Info

Returns

\FuelSdk\ET_Info

returns information from the SOAP service

__construct()

__construct() 

Initializes a new instance of the class and set the since last batch to true.