getBatchId()
getBatchId() : string
Get identifier of the batch that this report covers.
Returns
string —batch identifier
A batch delivery report.
getStatuses() : array<mixed,\Clx\Xms\Api\BatchDeliveryReportStatus>
Get the batch status buckets.
The returned array describes the aggregated status for the batch where each array element contains information about messages having a certain delivery status and delivery code.
status buckets
setStatuses(array<mixed,\Clx\Xms\Api\BatchDeliveryReportStatus> $statuses) : void
Set the batch status buckets.
The array describes the aggregated status for the batch where each array element contains information about messages having a certain delivery status and delivery code.
array<mixed,\Clx\Xms\Api\BatchDeliveryReportStatus> | $statuses | status buckets |