DeliveryInformation
The information related to a delivery event.
| Attributes | Type | Description | Optional | Default |
|---|---|---|---|---|
| campaignId | xs:int | The associated campaign ID. | false | |
| deliveryInformationDate | xs:dateTime | the timestamp of the status. | false | |
| channel | xs:int | the Channel: 0 for Email, 1 for SMS. | true | |
| message | xs:string | An human readable message of the status or the error message. | false | |
| recipient | xs:string | The recipient of the campaign. | false | |
| status | xs:int | The status of the message. See DeliveryInformationStatus. | false | |
| uuid | xs:string | The UUID of the message. | false |