getBatchId()
getBatchId() : string
Get the unique batch identifier.
Returns
string —batch identifier
A textual batch as returned by the XMS endpoint.
This differs from the batch creation definition by the addition of, for example, the batch identifier and the creation time.
getDeliveryReport() : \Clx\Xms\Api\ReportType
Get the type of delivery report to use for this batch.
the report type
setDeliveryReport(\Clx\Xms\Api\ReportType $deliveryReport) : void
Set the type of delivery report to use for this batch.
\Clx\Xms\Api\ReportType | $deliveryReport | the report type |