Sha256: eb1f78f9caa6b58e1545737dbb75c91c22cecf513b1c76016a1451c459812b00

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

# MessenteApi::DeliveryResult

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | [**Status**](Status.md) |  | [optional] |
| **channel** | [**Channel**](Channel.md) |  | [optional] |
| **message_id** | **String** | Unique identifier for the message | [optional] |
| **error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional] |
| **err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) |  | [optional] |
| **timestamp** | **Time** | When this status was received by Omnichannel API | [optional] |
| **price_info** | [**PriceInfo**](PriceInfo.md) |  | [optional] |
| **sender** | **String** | the sender of the message | [optional] |

## Example

```ruby
require 'messente_api'

instance = MessenteApi::DeliveryResult.new(
  status: null,
  channel: null,
  message_id: null,
  error: null,
  err: null,
  timestamp: null,
  price_info: null,
  sender: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
messente_api-2.3.0 docs/DeliveryResult.md
messente_api-2.2.0 docs/DeliveryResult.md
messente_api-2.1.0 docs/DeliveryResult.md