ChimeEmailEvent
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $bounceSubType : string|null
- $bounceType : string|null
- $complaintSubType : string|null
- $id : string
- $occurredAt : string
- $provider : string
- $providerMessageId : string
- $reason : string|null
- $reasonCode : string|null
- $recipient : string|null
- $source : string|null
- $suppressRecipient : bool|null
- $temporary : bool|null
- $type : string
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$bounceSubType read-only
public
string|null
$bounceSubType
$bounceType read-only
public
string|null
$bounceType
$complaintSubType read-only
public
string|null
$complaintSubType
$id read-only
public
string
$id
$occurredAt read-only
public
string
$occurredAt
$provider read-only
public
string
$provider
$providerMessageId read-only
public
string
$providerMessageId
$reason read-only
public
string|null
$reason
$reasonCode read-only
public
string|null
$reasonCode
$recipient read-only
public
string|null
$recipient
$source read-only
public
string|null
$source
$suppressRecipient read-only
public
bool|null
$suppressRecipient
$temporary read-only
public
bool|null
$temporary
$type read-only
public
string
$type
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>