Sha256: dbdd181345b7f1e3dabe447dc5d07ca38e2519fb0eae9d26f708e6c42fbc532a

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

# PCPServerSDK::DeliverItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Id of the item to deliver. |  |
| **quantity** | **Integer** | Quantity of the units being delivered, should be greater than zero Note: Must not be all spaces or all zeros |  |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::DeliverItem.new(
  id: 4f0c512e-f12c-11ec-8ea0-0242ac120002,
  quantity: 1
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/DeliverItem.md
pcp-server-ruby-sdk-0.1.0 docs/DeliverItem.md